React Native Tutorial - Setting Up Your First React Native Application

Опубликовано: 27 Декабрь 2024
на канале: Fullstack Development
804
12

Consider answering this survey if you would be interested in a full React Native course for 2020: https://forms.gle/4w1ngWS3pvj567CSA

Learn how to set up your first React Native application, for beginners getting started with React Native.

Node js:
https://nodejs.org/en/download/

Blacklist.js bug replace with this:
var sharedBlacklist = [
/node_modules[\/\\]react[\/\\]dist[\/\\].*/,
/website\/node_modules\/.*/,
/heapCapture\/bundle\.js/,
/.*\/__tests__\/.*/
];