@stream-io/react-native

v0.2.5
Stream React Native Activity Feed Components ============================================

ios

react-native-scripts ios

flow

flow

lint

prettier --list-different '**/*.{js,ts}' && eslint '**/*.js' --max-warnings 0 && flow

test

jest

build

rm -rf lib && babel src --out-dir lib && cp -R src/images/ lib/ && flow-copy-source src lib

eject

react-native-scripts eject

start

react-native-scripts start

eslint

eslint '**/*.js' --max-warnings 0

android

react-native-scripts android

prepack

yarn && yarn lint && yarn build && git push origin master

lint-fix

prettier --write '**/*.{js,ts}' && eslint --fix '**/*.js'

prettier

prettier --list-different '**/*.{js,ts}'

preversion

yarn && yarn lint
npm i @stream-io/react-native

Metadata

Downloads