# 1. Move to android folder cd android # 2. Remove build folder and cache files manually rm -rf app/build rm -rf build rm -rf .gradle # 3. Execute cl…
Read more »[ReactNative] pod install command 1. Delete Pod pod deintegrate 2. Clean Pod pod cache clean --all 3. Install pod pod install
Read more »What is React Native? React Native is an open-source framework for building native Android and iOS applications using React. JavaScript to access platform-spe…
Read more »