|
1 | 1 | --- |
2 | | -name: Blank issue |
3 | | -about: Create a new issue from scratch |
| 2 | +name: I have a problem with rive-nitro-react-native |
| 3 | +about: Tell us what's wrong |
4 | 4 | title: '' |
5 | 5 | labels: '' |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
| 10 | +<!-- Thanks for using Rive! |
10 | 11 |
|
| 12 | +If something isn't working like you expected, please: |
| 13 | +- Make sure you've updated rive-nitro-react-native to the latest version: |
| 14 | + https://www.npmjs.com/package/rive-react-native |
| 15 | +- Check out our help center |
| 16 | + https://help.rive.app/ |
| 17 | +- You can file a new feature request at |
| 18 | + https://feedback.rive.app/ |
| 19 | +
|
| 20 | +If you think you found a bug or if you can't find what you're looking for |
| 21 | +in our docs, fill out the template below. |
| 22 | +
|
| 23 | +--> |
| 24 | + |
| 25 | +### Description |
| 26 | +<!-- A clear and concise description of what the problem is. --> |
| 27 | + |
| 28 | +### Provide a Repro |
| 29 | +<!-- |
| 30 | +Please provide the most **minimal repro** you can: |
| 31 | +- If the problem is small enough, paste a code snippet |
| 32 | +- Otherwise, you can attach a ZIP archive or paste a link to a GitHub repository with the bundle that reproduces the issue |
| 33 | +
|
| 34 | +--> |
| 35 | + |
| 36 | +#### Source `.riv`/`.rev` file |
| 37 | +<!-- |
| 38 | +Attaching runtime-exported `.riv` file that reproduces the issue is immensely helpful for our team to identify the problem as fast as possible and fix it. |
| 39 | +Please also include the source (`.rev`) by [downloading a backup](https://help.rive.app/editor/exporting#for-backup) from the Editor. |
| 40 | +
|
| 41 | +N.B. Because GitHub only supports certain file types use a ZIP archive to upload `.riv`/`.rev` files to this issue. |
| 42 | +
|
| 43 | +You can also privately share the `.riv`/`.rev` file with us at hello@rive.app. |
| 44 | +--> |
| 45 | + |
| 46 | +### Expected behavior |
| 47 | +<!-- A clear and concise description of what you expected to happen. --> |
| 48 | + |
| 49 | +#### Screenshots |
| 50 | +<!-- If applicable, add screenshots to help explain your problem. --> |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +### Device & Versions (please complete the following information) |
| 55 | +- Device: [e.g. Android Emulator, iOS Simulator] |
| 56 | +- OS: [e.g. Android SDK API Level 30, iOS 14.5] |
| 57 | +- React Native Version: [Check your package.json or run `npx react-native info` e.g.: `0.79.2`] |
| 58 | +- Expo Version (if applicable): [Check your package.json or run `npx expo-env-info | grep 'expo:'` e.g.: `~54.0.0`] |
| 59 | +- rive-nitro-react-native Version: [Check your package.json e.g.: `0.1.0`] |
| 60 | + |
| 61 | +#### Additional context |
| 62 | +<!-- Add any other context about the problem here. --> |
0 commit comments