Closed harshkhandeparkar closed 5 years ago
@sahil-patel6 do you think we should use expo or go completely native using android studio?
I think first we should try with react native or flutter if we don't with features required then we would go completely native
On Thu, 4 Apr, 2019, 14:06 Harsh Khandeparkar, notifications@github.com wrote:
@sahil-patel6 https://github.com/sahil-patel6 do you think we should use expo or go completely native using android studio?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/13#issuecomment-479804720, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQfLd4GdoLaL068Z7nonyioqia_8Rks5vdbmXgaJpZM4ccOiU .
No not completely native, i mean we can use either android to hot reload or expo app. Both are like different IDEs.
If we use expo, we cannot build the apk. If android studio is used, usb debugging can be done and app can be directly installed. This is real native, expo is like a browser.
Expo allows for superfast hot reload, good for development but if we want to use Java code inside js(which we can for some components like maps), we cannot use expo. Expo only allows react-native components. And in the end, even if we just use expo, we will need android sdk to build an apk.
We will talk about this later
On Thu, 4 Apr, 2019, 14:21 Harsh Khandeparkar, notifications@github.com wrote:
Expo allows for superfast hot reload, good for development but if we want to use Java code inside js(which we can for some components like maps), we cannot use expo. Expo only allows react-native components. And in the end, even if we just use expo, we will need android sdk to build an apk.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/13#issuecomment-479809746, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQbQfWnFb6d8WjwDmO_IXoUMduoGSks5vdb0BgaJpZM4ccOiU .
Ok
Do you have any experience with flutter that is made by google
I have seen their videos but I have never seen dart.
Dart is easy. You will pick easily
On Thu, 4 Apr, 2019, 16:22 Harsh Khandeparkar, notifications@github.com wrote:
I have seen their videos but I have never seen dart.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HarshKhandeparkar/smart-car-parking/issues/13#issuecomment-479849109, or mute the thread https://github.com/notifications/unsubscribe-auth/AROeQUauBn0P67Y6OtfClpnxeF6VERD5ks5vddl6gaJpZM4ccOiU .
Let's see.
Do you want to edit the issue then?
Flutter is backed by google bro. So I would suggest we use flutter. your choice i have same level of experience between react native and flutter. but i have little bit more towards flutter side. BTW flutter has more prebuilt UI widgets that we can use without any third party integration
So, do you want to change this issue to flutter? If yes, please do so, also include some links.
You are ready to learn flutter??
both should be satisfied as we are working in team
Yes I am ready to learn flutter.
here is the flutter's official site: https://flutter.dev/
Please change the issues as well.
You mean todos to create flutter project??
Should I just create new issue and close this one Because we have already chatted here of react native
Ok create a new one.
Let's initialize an app using the get started guide.
We have two options: