this post was submitted on 26 Jul 2023
37 points (100.0% liked)

Technology

37516 readers
328 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] optimal@lemmy.blahaj.zone 6 points 1 year ago (1 children)

It's React Native, shipped with batteries included

[–] anon_water@lemmy.ml 2 points 1 year ago (1 children)
[–] AnarchoYeasty@beehaw.org 1 points 1 year ago (1 children)

It ships with additional tooling around building and submitting your app to app stores, running your app while in development on your phone deployed via qr code, and a web based playground for quick prototyping and collaboration with others like a stackblitz type thing. It also comes with a number of apis for accessing the native maps, notifications, camera and gyroscope and other sensors, surface to draw with openGL/Skia and honestly a ton more.

I don't know why you wouldn't use expo if you are using react native. I'd feel like you were missing out on a lot

https://docs.expo.dev/versions/latest/

[–] anon_water@lemmy.ml 1 points 1 year ago (1 children)

Thank you. So this is useful if you write your backend in react native? I’ve experience building apps in Android but not in react native. I want to build a react native app for Android and iOS.

[–] AnarchoYeasty@beehaw.org 2 points 1 year ago

Right these are all tools and components for react native.