Posts React Native Proje Oluşturma ve Çalıştırma
Post
Cancel

React Native Proje Oluşturma ve Çalıştırma

  1. create-react-native-app i ekliyoruz -> ‘npm install -g create-react-native-app’
    Projeyi oluşturmak istediğimiz dizine ‘cd’ komutu ile gidiyoruz.
  2. create-react-native-app MyReactNative diyoruz ve projemiz oluşuyor.
  3. cd MyReactNative komutu ile proje dosyamızın olduğu dizine gidiyoruz.
  4. npm run android diyoruz ve projemiz çalışıyor.
  5. npm start
  6. Ayrı bir terminal ekranında react-native run-android diyoruz.
This post is licensed under CC BY 4.0 by the author.

-

Google Play Store uygulama yayınlama - Android

Comments powered by Disqus.