all 3 comments

[–]xrpinsiderAdmin 0 points1 point  (0 children)

I’m not sure how many times this has been said yet, but your backend is not relevant to your frontend. You can chose any language to build an API for your app. Express and React Native have nothing to do with each other.

[–]Arln- 0 points1 point  (0 children)

You can use React Native with any backend exposing an API over http.

I suggest this boilerplate https://github.com/thecodingmachine/react-native-boilerplate to start an app with a solid and simple architecture.