AndroidIDEOfficial / AndroidIDE

AndroidIDE is an IDE for Android to develop full featured Android apps.
https://m.androidide.com
GNU General Public License v3.0
2.29k stars 273 forks source link

Add support for React Native projects #247

Open arcans1998 opened 2 years ago

arcans1998 commented 2 years ago

Hi, I saw a Android Gradle React-Native java template from https://github.com/facebook/react-native/tree/main/template/android

Can you add support to react-native?

BanDroid commented 2 years ago

It is supported, but unfortunately, only could create the project inside a folder that has execute permission.

You could read about setup of React Native CLI https://reactnative.dev/docs/environment-setup

arcans1998 commented 2 years ago

Yup, I know it. It must run at least inside $HOME. One thing I requested is the support and not just the POC.

BanDroid commented 2 years ago

Yup, I know it. It must run at least inside $HOME.

Ok, so could you close this issue or add a feature tag?

arcans1998 commented 2 years ago

Request feature is enough.

itsaky commented 2 years ago

This will take time to be implemented.