0.3.0 • Published 4 years ago

briew v0.3.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

briew npm

Count React Native createView events passing through the Bridge.

Install

$ yarn add briew

Usage

type TOptions = {
  entryPointPath: string,
  dependencyNames?: string[],
}

const getAndroidViewCount: (options: TOptions) => Promise<number>

const getIosViewCount: (options: TOptions) => Promise<number>
import { getAndroidViewCount, getIosViewCount } from 'briew'

const androidViewCount = await getAndroidViewCount({
  entryPointPath: './App',
})

const iosViewCount = await getIosViewCount({
  entryPointPath: './App',
})
0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.0

4 years ago