Skip to content

Latest commit

 

History

History
133 lines (118 loc) · 3.66 KB

File metadata and controls

133 lines (118 loc) · 3.66 KB
NameAboutLabelsAssignees
Bug reportReport an issue with react-native-ease.

Thanks for taking the time to fill out this bug report!

Before you proceed:

  • Make sure to check whether there are similar issues in the repository
  • Make sure to clean cache in your project. Depending on your setup this could be done by:
    • yarn start --reset-cache or
    • npm start -- --reset-cache or
    • expo start --clear

Required information

Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if needed. Tell us what were you expecting to happen instead of what is happening now.

Provide a detailed list of steps that reproduce the issue.

Please provide a Snack (https://snack.expo.io/) or a link to a repository on GitHub under your username that reproduces the issue.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
Issues without a reproduction are likely to not be looked at.

What version of react-native-ease are you using?

What version of react-native are you using?

On what platforms does the issue occur?

Additional information

Providing as much information as possible greatly helps us with reproducing the issues.

What React Native architecture is your application running on?

What mode is your application running in?

How are you running your application?

What device are you experiencing this problem on? Specify full device name along with the version of the operating system it's running.

I searched for similar issues in the repository.