Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 191 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 191 Bytes

Mobile APP

Code Style

Use Eslint as code style principle.

  extends: '@react-native-community',

Unit test

Use jest as test framework.

npm test

Auto test

TODO