Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 54 additions & 2 deletions .github/ISSUE_TEMPLATE/blank-issue.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,62 @@
---
name: Blank issue
about: Create a new issue from scratch
name: I have a problem with rive-nitro-react-native
about: Tell us what's wrong
title: ''
labels: ''
assignees: ''

---

<!-- Thanks for using Rive!

If something isn't working like you expected, please:
- Make sure you've updated rive-nitro-react-native to the latest version:
https://www.npmjs.com/package/rive-react-native
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
https://www.npmjs.com/package/rive-react-native
https://www.npmjs.com/package/rive-nitro-react-native

- Check out our help center
https://help.rive.app/
- You can file a new feature request at
https://feedback.rive.app/

If you think you found a bug or if you can't find what you're looking for
in our docs, fill out the template below.

-->

### Description
<!-- A clear and concise description of what the problem is. -->

### Provide a Repro
<!--
Please provide the most **minimal repro** you can:
- If the problem is small enough, paste a code snippet
- Otherwise, you can attach a ZIP archive or paste a link to a GitHub repository with the bundle that reproduces the issue

-->

#### Source `.riv`/`.rev` file
<!--
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.
Please also include the source (`.rev`) by [downloading a backup](https://help.rive.app/editor/exporting#for-backup) from the Editor.

N.B. Because GitHub only supports certain file types use a ZIP archive to upload `.riv`/`.rev` files to this issue.

You can also privately share the `.riv`/`.rev` file with us at hello@rive.app.
-->

### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->

#### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

![Screenshot](url)

### Device & Versions (please complete the following information)
- Device: [e.g. Android Emulator, iOS Simulator]
- OS: [e.g. Android SDK API Level 30, iOS 14.5]
- React Native Version: [Check your package.json or run `npx react-native info` e.g.: `0.79.2`]
- Expo Version (if applicable): [Check your package.json or run `npx expo-env-info | grep 'expo:'` e.g.: `~54.0.0`]
- rive-nitro-react-native Version: [Check your package.json e.g.: `0.1.0`]

#### Additional context
<!-- Add any other context about the problem here. -->
Loading