Saturday, 14 March 2020

Android Build in React Native

Here I am going to explain how to clear android build error in React Native

Run below commands in terminal

1) cd android/app rm -r build
2) cd
3) react-native run-android --variant=release

No comments:

Post a Comment