@digitalfactory/react-native-components

Node version 14

Usage no npm install needed!

<script type="module">
  import digitalfactoryReactNativeComponents from 'https://cdn.skypack.dev/@digitalfactory/react-native-components';
</script>

README

Run App

Environment

Node version 14

Run yarn install

Development

yarn start to start Metro, the JavaScript bundler that ships with React Native. Metro takes in an entry file and various options, and returns a single JavaScript file that includes all your code and its dependencies

yarn run ios to run app in ios simulator

Debugging

see React Native debugging

npm run debug to start (React Developer Tools)[https://reactnative.dev/docs/debugging#react-developer-tools]

open Developer Menu on simulator

Select Debug to launch http://localhost:8081/debugger-ui/ in browser, open devtools to see console logs and set break points