sandarshnaroju / react-native-nano

Build mobile apps in JSON
https://nanoapp.dev
87 stars 5 forks source link

Question #8

Closed beyons closed 9 months ago

beyons commented 9 months ago

hello, once again congratulations for this great framework making it easier to work with react native.

I have a question, for the build of the application in release mode is it the same as react native? I mean for generating the aab file it's the same procedure as react native standard, isn't anything changing?

sandarshnaroju commented 9 months ago

Yes, generating apks and aabs for projects with React native nano is same as for React native standard. You can do it via Android studio or via terminal commands

beyons commented 9 months ago

ok thanks you :)