Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1005 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 1005 Bytes

CECTest

Basic CEC Test React Native application

Package Dependency :

native-base : npm install native-base --save dependency: react-native link react-native-vector-icons

Code-push : npm install react-native-code-push --save

Ble: npm install react-native-ble-manager --save

Collapsable : npm install react-native-collapsible --save dependency: npm install react-native-animatable --save

localization : npm install react-native-localization --save

Android Intent: npm install react-native-send-intent --save

Native Module link : The Packages has Native modules we must link it react-native link module_name (react-native-code-push/react-native-localization/react-native-send-intent/react-native-ble-manager)

Troubleshoot Advice: install all the required modules using command bash (windows command npm might give problem)

Lint: npm run lint OR yarn run lint

test: npm test or yarn run test

Run :

npm install

cd android && ./gradlew clean

cd ..

react-native run-android