Re: how to publish django-reactnative app on google playstore

2021-04-12 Thread damanjeet kaur
Hi you can also refer to this link for apk in React Native https://reactnative.dev/docs/signed-apk-android Regards Damanjeet Kaur On Tue, Apr 13, 2021 at 11:15 AM damanjeet kaur wrote: > Hi > > I think you have used DRF (Django Rest Framework for API) and react native > is used for Front en

Re: how to publish django-reactnative app on google playstore

2021-04-12 Thread damanjeet kaur
Hi I think you have used DRF (Django Rest Framework for API) and react native is used for Front end . Then search React native apk is uploaded in Google play store . It is related with front end . Django is for API . you are not sharing your API. you are interested to share your share your front

Re: how to publish django-reactnative app on google playstore

2021-04-12 Thread Nijo Joseph
Hai All, With my limited knowledge you have to do it separately like Django of course would be your backend and you have to host it seperately exposing your APIs. On the other hand the react native app you have to use as your frontend which you should build as APK for Android and can use as APK di

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Ryan Nowakowski
Smriti, If you already have your Django backend set up and running somewhere on the interwebs then your question here is really about how to publish an Android app to the Google Play store, right? The fact that your Android app is written using react native is really just a side note. You'll pr

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Kasper Laudrup
On 06/04/2021 21.45, Andréas Kühne wrote: > Hi, > > It really depends on what you are looking for. There are several > different platforms for doing what you want, the one that I currently am > using is Ionic: www.ionicframework.com . > You can use different frontend

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Andréas Kühne
Hi, It really depends on what you are looking for. There are several different platforms for doing what you want, the one that I currently am using is Ionic: www.ionicframework.com. You can use different frontends for creating the applications - but it is best with angular (I think). Regards, An

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Kasper Laudrup
On 06/04/2021 18.59, Smriti Garg wrote: > Thank you so much for replying. You're welcome. > Actually I am working for last 1.5 years only and have worked previously > on web only. I have no idea about how things go on android apps. I tried > to google but i found out the way to publish react-nat

Re: how to publish django-reactnative app on google playstore

2021-04-06 Thread Smriti Garg
Hi Kasper, Thank you so much for replying. Actually I am working for last 1.5 years only and have worked previously on web only. I have no idea about how things go on android apps. I tried to google but i found out the way to publish react-native app on google store. But where django will be runni

Re: how to publish django-reactnative app on google playstore

2021-04-05 Thread Kasper Laudrup
On 05/04/2021 22.48, Smriti Garg wrote: > For my current project I have to publish an app (Django+ReactNative) on > google playstore. Can anyone guide me through this? Like what to use for > this? It will be of great help. > I might not be completely updated on what the Google Play Store is used

how to publish django-reactnative app on google playstore

2021-04-05 Thread Smriti Garg
Hi, For my current project I have to publish an app (Django+ReactNative) on google playstore. Can anyone guide me through this? Like what to use for this? It will be of great help. Thankyou Regards, Smriti -- You received this message because you are subscribed to the Google Groups "Django us