79641425

Date: 2025-05-28 02:44:19
Score: 1
Natty:
Report link

I've rebuilt a React Native app using Expo, and from that experience, I would highly recommend using Expo. Even the official React Native documentation recommends it.

Native Modules Are Still Possible with Development Builds,

Regarding the concern about libraries that require native code (like Scandit or NeptuneLiteApi), you can still access native capabilities in Expo by using a development build instead of the default Expo Go app. see here for more information about development build

With a development build, you can write and include custom native code in the android/ and ios/ directories—just like in a regular React Native project.

About NeptuneLiteApi,

If there's no ready-made Expo package for NeptuneLiteApi, you can:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David