Closed maneios closed 10 months ago
Hey @maneios,
The setup shown here on the main branch is a simple monorepo with 2 react-native apps inside of it.
Essentially all there is to it is:
yarn init
, packages
directorypackage.json
similarly to what's shown here, npx react-native init
I attempted to create a super app from scratch, similar to the sample provided, but I couldn't proceed because of a few challenges.
The steps required to create the super app project from scratch were not listed in any of the callstack documents.
It would be helpful if you could share the steps for creating the super app project structure (in the main branch) from scratch.