Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mert-409/idx-expo-templates
Template replacement support for React Native Expo on Project IDX.
https://github.com/mert-409/idx-expo-templates
expo project-idx react-native
Last synced: 17 days ago
JSON representation
Template replacement support for React Native Expo on Project IDX.
- Host: GitHub
- URL: https://github.com/mert-409/idx-expo-templates
- Owner: Mert-409
- License: mit
- Created: 2024-09-07T17:12:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:09:12.000Z (2 months ago)
- Last Synced: 2024-11-03T07:40:20.908Z (17 days ago)
- Topics: expo, project-idx, react-native
- Language: JavaScript
- Homepage: https://github.com/Mert-409/idx-expo-templates/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project IDX React Native Expo Templates
**This script in development.**----
TR
Project IDX kullanıyorsanız ve bir React Native projesi oluşturduğunuzda Expo'nun @latest template'i gelecektir.
Bu template her ne kadar iyi olsada karışık dosya yapısı sebebiyle yeni öğrenen kişilerin ismini zorlaştırıyor.Bu script, IDX'te size blank template'ini kullanan bir Expo uygulaması oluşturacaktır.
Template değiştirmek isterseniz kodu düzenleyebilirsiniz.**Nasıl kullanılır?**
_**Bash script'i**_ - Tavsiye edilir
Öncelikle
idx-expo-templates.sh
dosyasını indirin.Sonra Project IDX'te React Native şablonuyla yeni bir proje oluşturun.
Aşağıdaki butona basarak oluşturma ekranına gidebilirsiniz.
Android emülatörü ve uygulamanız yanda gelene kadar bekleyin. Bu işlemleri yaparken Android emülatörünü asla kapatmayın.
Sonra IDX'te sağ üstteki 3 çizgiye tıklayın, File > Open folder kısmından home/user/ klasörüne gidin ve script'i o klasöre bırakın.
Sonra Ctrl+Shift+" tıklayarak yeni bir terminal açın.
bash idx-expo-templates.sh proje-adi
komutunu çalıştırın.proje-adi
bölümüne proje adını yazın. Yazmazsanız otomatik olarakrn-proje_
adıyla oluşturulacaktır.Eğer Expo yüklü değilse sizden yüklemenizi isteyecektir.
y
yazarak devam edebilirsiniz.Script sizin için gereken işlemleri yapacak.
_**Node.js script'i**_
Öncelikle
idx-expo-templates.js
dosyasını indirin.Sonra Project IDX'te React Native şablonuyla yeni bir proje oluşturun.
Aşağıdaki butona basarak oluşturma ekranına gidebilirsiniz.
Android emülatörü ve uygulamanız yanda gelene kadar bekleyin. Bu işlemleri yaparken Android emülatörünü asla kapatmayın.
Sonra IDX'te sol üstteki 3 çizgiye tıklayın, File > Open folder kısmından home/user/ klasörüne gidin ve script'i o klasöre bırakın.
Sonra Ctrl+Shift+" tıklayarak yeni bir terminal açın.
npm install fs-extra
komutunu çalıştırın.
bash idx-expo-templates.sh proje-adi
komutunu çalıştırın.proje-adi
bölümüne proje adını yazın. Yazmazsanız otomatik olarakrn-proje_
adıyla oluşturulacaktır.Eğer Expo yüklü değilse sizden yüklemenizi isteyecektir.
y
yazarak devam edebilirsiniz.Script sizin için gereken işlemleri yapacak.
Son olarak IDX'te sol üstteki 3 çizgiye tıklayın, File > Open folder kısmından home/user/proje-adi klasörüne gidin ve çalışmaya başlayın.
----
EN
If you are using Project IDX and create a React Native project, Expo's @latest template will come.
Although this template is good, it makes it difficult for beginners to name it because of its complicated file structure.This script will create an Expo application in IDX that uses the blank template.
If you want to change the template, you can edit the code.**How to use?**
_**Bash script**_ - Recommended
First, download the
idx-expo-templates.sh
file.Then create a new project in Project IDX with the React Native template.
You can go to the creation screen by pressing the button below.
Wait until the Android emulator and your application come up. Never close the Android emulator while doing these operations.
Then click on the 3 lines at the top right of IDX, go to the home/user/ folder from File > Open folder and drop the script into that folder.
Then open a new terminal by clicking Ctrl+Shift+".
Run the command
bash idx-expo-templates.sh project-name
. Write the project name in theproject-name
section. If you don't write it, it will be created automatically with the namern-proje_
.If Expo is not installed, it will ask you to install it. You can continue by typing
y
.The script will do the necessary operations for you.
_**Node.js script**_
First, download the
idx-expo-templates.js
file.Then create a new project with the React Native template in Project IDX.
You can go to the creation screen by pressing the button below.
Wait until the Android emulator and your application appear next. Never close the Android emulator while doing these operations.
Then click on the 3 lines on the top left in IDX Click, go to the home/user/ folder from File > Open folder and drop the script into that folder.
Then open a new terminal by clicking Ctrl+Shift+".
Run the command
npm install fs-extra
.Run the command
bash idx-expo-templates.sh project-name
. Write the project name in theproject-name
section. If you don't write it, it will be created automatically with the namern-proje_
.If Expo is not installed, it will ask you to install it. You can continue by typing
y
.The script will do the necessary operations for you.
Finally, click on the 3 lines on the top left of IDX, go to the home/user/project-name folder from File > Open folder and start working.