https://github.com/snowball-tools/snowballexampletypescriptexpo
Example Typescript React Native Expo App for an ios, android, and web app
https://github.com/snowball-tools/snowballexampletypescriptexpo
android expo ios typescript web
Last synced: about 2 months ago
JSON representation
Example Typescript React Native Expo App for an ios, android, and web app
- Host: GitHub
- URL: https://github.com/snowball-tools/snowballexampletypescriptexpo
- Owner: snowball-tools
- License: mit
- Created: 2023-06-11T18:10:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T03:15:56.000Z (about 3 years ago)
- Last Synced: 2026-02-04T19:50:10.472Z (5 months ago)
- Topics: android, expo, ios, typescript, web
- Language: TypeScript
- Homepage:
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Example Typescript React Native Expo App
Spent a few hours on throwing an cross platform ios, android, and web app together using [Expo](https://expo.io/), [React Native](https://reactnative.dev/), and [Typescript](https://www.typescriptlang.org/)
This is not designed to be a production app, but rather a quick example with localization, navigation, and a few other things.
## Getting Started
```bash
yarn install
```
### Linting
using [typescript-eslint](https://typescript-eslint.io), set rules at `.eslintrc.js`
```bash
yarn eslint .
```
## Usage
To run the app in development mode, use:
```bash
yarn start
```
Then open the Expo client app on your phone and scan the QR code. You can also use an Android or iOS simulator on your computer.