A flexible and easy way to manage ui Android and IOS!
-
Install library
from npm
npm install @blueromans/react-native-ui-kit
from yarn
yarn add @blueromans/react-native-ui-kit
-
Link native code
cd ios && pod install
Refer to the getting started guide for instructions.
Check the components and their usage in our documentation.
If you have build errors, then it might be caused by caching issues, please try:
watchman watch-del-all
rm -fr $TMPDIR/react-*
react-native start --reset-cache
Or,
rm -rf node_modules
yarn
react-native start --reset-cache