An open API service indexing awesome lists of open source software.

https://github.com/moises-herrera/smart-finance-mobile

Stock investment mobile application
https://github.com/moises-herrera/smart-finance-mobile

expo react-native react-navigation redux redux-toolkit typescript zod

Last synced: 4 months ago
JSON representation

Stock investment mobile application

Awesome Lists containing this project

README

          

# Smart Finance
## Uso
```
git clone https://github.com/moises-herrera/smart-finance-mobile.git
cd smart-finance-mobile
```

## Instalación
```
npm install
```

## Iniciar servidor de desarrollo
```
npm start
```

Nota: Para probar la aplicación con [Expo Go](https://expo.dev/go) presionar la tecla `s` en la terminal.

## Compilar la aplicación

- Configurar [EAS Build](https://docs.expo.dev/build/setup/)
- Generar instalador APK para Android.
```
eas build -p android --profile development
```