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

https://github.com/krystofwoldrich/sentry-react-native-ama

Sentry React Native Demo app for the Ask Me Anything stream
https://github.com/krystofwoldrich/sentry-react-native-ama

Last synced: 2 months ago
JSON representation

Sentry React Native Demo app for the Ask Me Anything stream

Awesome Lists containing this project

README

        

# Sentry React Native AMA Demo

This is a demo app for a Sentry React Native Ask Me Anything live stream.

## How to Build for dev

```bash
npm run android
npm run ios
```

## How to Build for release

To successfully build the release version you need to update your Sentry project values in `ios/sentry.properties` and `android/sentry.properties` (you can create a free account at [Sentry.io](https://sentry.io/)) or use `SENTRY_ALLOW_FAILURE=true` environmental variable to allow the source map upload to Sentry to fail.