I am trying to integrate facebook login in react-native. I used this documentation React Native FDSK, I am getting this error
When you are inside your project directory try using
cd android && gradlew clean && cd .. && react-native run-android
@user3499413 you are right but you forgot && between clean and cd
cd android && gradlew clean && cd .. && react-native run-android
Try keeping the solution folder locally (something like D:/MyProject ) ,Since if you keep your solution/project deeply nested within folder it may cause longer path issue.
then , try running 1. npm install 2. react-native run-android
probably this should resolve the issue.
cd android && ./gradlew clean && cd .. && react-native run-android
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With