https://github.com/omerfe/konusarakogren-assessment
A simple information Mobile App for Rick & Morty fans using Expo client.
https://github.com/omerfe/konusarakogren-assessment
expo-cli react-native react-native-paper
Last synced: 22 days ago
JSON representation
A simple information Mobile App for Rick & Morty fans using Expo client.
- Host: GitHub
- URL: https://github.com/omerfe/konusarakogren-assessment
- Owner: omerfe
- Created: 2022-06-14T11:00:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T12:54:42.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T22:41:08.944Z (about 1 year ago)
- Topics: expo-cli, react-native, react-native-paper
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KonusarakOgren-Assessment
This is an assesment done for Konuşarak Öğren Company using Expo Client as a blank template. Yarn package manager has been used to install packages.
To be able to run this app you either need to have a physical device that has ExpoGo app installed or a virtual device running on XCode/Android Emulator.
### Project Structure
```
/src
* api
* components
* env
* hooks
* navigation
* screens
```
### Packages
```
* react-native-paper v4.12.1,
* expo-splash-screen v0.15.1,
* react-native-vector-icons v13.0.0
* react-native-elements v3.4.2
* react-native-maps v0.30.2
* react-native-safe-area-context v4.2.4
* react-native-screens v3.11.1
* react-navigation/bottom-tabs v6.3.1
* react-navigation/native v6.0.10
* react-navigation/native-stack v6.6.2
```
### To Run the App
```
/Installing dependencies
* yarn install
/Running script
* expo start
* yarn start
```