yarn build:demo
find web-build -type f -exec sed -i 's/\/applerdotxyz\/rn-composable-ui\//\//g' {} +
vercel --prod
-
uses configurable UI layouts uses rn-config-tyler
-
uses configurable UI components (forms, lists, imagebox, videos etc.)
-
uses multi-render routing capabilities (thanks to saurshaz/rn-config-tyler TODO: insert codesandbox.io link)
-
uses configurable event-binding capabilities (TODO: insert codesandbox.io link)
-
uses
jsoneditor
basedjson-browser
to provide for modifying any of the configs on the fly (dev mode) -
react-native
withexpo
-
expo-web
andreact-native-web
based web rendering -
TODO: capability to have
api
code -
Setup your project with Expo
- Install the CLI:
npm i -g expo-cli
cd
into the projectnpm i
oryarn
-
- fetch rn-composable repo (with submodules)
git submodule update --remote --recursive
- install dependencies by doing
npm install
from withinrn-config-tyler
folder - install dependencies from main folder
npm install
- run
npm run web
- toggle between example configs using index.js`
- fetch rn-composable repo (with submodules)
- Copy
.env.sample
to create.env
for maintaining your env data - Go to
http://localhost:19006/
to see your project!
- Install the CLI:
-
Starting web
- ✅
yarn web
- ✅
-
Building web
- ✅
expo build:web
and then serve from any server
- ✅
- add a
.env
file bycopying and editing.env.sample
(in root folder)