Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 577 Bytes

File metadata and controls

28 lines (14 loc) · 577 Bytes

initilaze project

npm i    

create directory (If not already in one)

cd frc-prodromoi

Your Terminals should have end directories like this

\GitHub\frc-prodromoi>

Install Web extensions

npx expo install react-native-web@~0.18.9 react-dom@18.1.0 @expo/webpack-config@^0.17.2

Install the Navigator

npm install @react-navigation/native @react-navigation/native-stack

Install the peer dependencies

npm install react-native-screens react-native-safe-area-context

run Live app. once loaded press w to open in Web when instructed.

npm start