Examples
You can find example projects demonstrating the usage of React Native Brownfield in the apps directory.
It contains the following apps:
RNApp- a React Native app that is packaged using React Native Brownfield to an artifact consumed in native apps, in which you can refer to an exemplar usage of the library for packaging a React Native app to a consumable artifactAndroidApp- an Android app consuming the packaged artifact fromRNApp, in which you can refer to an exemplar usage of the library for integrating React Native Brownfield into a native Android appiOSApp- an iOS app consuming the packaged artifact fromRNApp, in which you can refer to an exemplar usage of the library for integrating React Native Brownfield into a native iOS appTesterIntegrated- a native app (iOS and Android) with React Native Brownfield integrated directly into the native project without the intermediate step of packaging an artifact; this app serves mostly internal repo testing purposes
