Application based on fake data where you can easily access the list of charging stations via location-based map
- Expo CLI/EAS
- React Native
- Clerk Authentication with Google
- Google Maps
- React-Navigation v6
- Redux Toolkit
- Custom Font
- Secure Store
Projeyi klonlayın
git clone https://github.com/burakgokcinarr/react-native-ev-charging-app.git
Proje dizinine gidin
cd app-project
Gerekli paketleri yükleyin
npm install or yarn install or bun install
Proje Yapılandırılması ( ÖNEMLİ )
Adım 1) https://clerk.com adresinden hesap oluşturun ve Burada yeni bir proje oluşturun.
Adım 2) proje ana dizinine ".env" isimli bir dosya oluşturun ve aşağıdaki uygun yerleri clerk hesabınızdan oluşturduğunuz proje üzerindeki API KEY ile değiştirin.
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_xxxxxxxxxx.....xxxxxxxxx
NOT: İsterseniz başka bir ad ile oluşturup proje içerisinde kullanılan yeri düzenleyebilirsiniz.
Cihazlarda çalıştırın ( iOS Simulator & Android Emulator or Real Devices )
npx expo start
for iOS => Press Keyboard (i)
for Android => Press Keyboard (a)
or
Your Real Device => Expo App Scan QRCode
NOT: Ayarları doğru bir şekilde uyguladıysanız artık https://dashboard.clerk.com adresi üzerinden User sekmesi üzerinden kullanıcı giriş durumlarını takip edebilirsiniz.