React Native generating apk

I read the react native documentation on https://facebook.github.io/react-native/docs/signed-apk-android.html

i am getting errors on..

C:\Users\user>cd android && ./gradlew assembleRelease

The system cannot find the path specified.

i created a project with expo, that is why i ddnt see any android folder in my project directory

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue