Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 441 Bytes

🤓 react-native-exercises

React Native Exercises for Mobile Application (TTOW0615) at Jamk Univeristy of Applied Science

Installing

npm i
npm start

Replace with this node_modules/metro-confrig/src/defuaults/blacklist.js !!

var sharedBlacklist = [
  /node_modules[\/\\]react[\/\\]dist[\/\\].*/,
  /website\/node_modules\/.*/,
  /heapCapture\/bundle\.js/,
  /.*\/__tests__\/.*/
];

Using Expo

https://expo.io/