i'm exploring using react native complex android app. wondering kind of apps not suitable react native? or idea can in react native natively on android?
to make decision whether should use react native app, first check whether stuff (camera? location? toasts?) covered either react native's own api's or community created one.
if answer no, create own, see https://facebook.github.io/react-native/docs/native-modules-android.html#content isntructions.
also know can build "combo-app"; part of app ran react native while other part native.
Comments
Post a Comment