- create-react-native-app i ekliyoruz -> ‘npm install -g create-react-native-app’
Projeyi oluşturmak istediğimiz dizine ‘cd’ komutu ile gidiyoruz. - create-react-native-app MyReactNative diyoruz ve projemiz oluşuyor.
- cd MyReactNative komutu ile proje dosyamızın olduğu dizine gidiyoruz.
- npm run android diyoruz ve projemiz çalışıyor.
- npm start
- Ayrı bir terminal ekranında react-native run-android diyoruz.
React Native Proje Oluşturma ve Çalıştırma
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.