zoho / Apptics

MIT License
3 stars 0 forks source link

Add support for expo build tool #3

Open tusharvelingkar opened 6 months ago

tusharvelingkar commented 6 months ago

Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.

Currently expo workflow is not supported by this plugin but taking the popularity of expo into consideration it would be good to support expo.

Are there any plans for the same? if Yes what is the expected timeline?

xtyuo04 commented 6 months ago

We have React Native support, which can be used by Expo builds as well. But, for now we're aren't supporting CNG (Continous Native Generation). With out that you will have to use expo prebuild to make changes in the native code as Apptics for React Native is a bridge for Native SDK.

We will consider adopting CNG in the near future.

tvelingkar commented 5 months ago

@xtyuo04 Could you please provide a sample app using expo prebuild with app router? I am having trouble integrating with expo app