-
Hello, thanks for the awesome package! Its amazing but it lacks examples It'd be great it had variety of examples or some online builder
-
### Description
When removing the last item in a list component (ScrollView/FlatList) with layout animations, I expect the list to animate and scroll to the new end of the list. Instead, the list sim…
-
The chart animation stops working after upgrading to expo sdk 49 that includes upgrading reanimated to the 3 version
I didn't find any dependencies that can affect this
Does anyone have solution?
-
For projects which haven't already installed `react-native-reanimated`, this lib will be missing. Adding as a peer dependancy will install this as part of the npm install process.
-
**Describe the bug**
When the toast is displayed for the second time, an error will occur.
**To Reproduce**
```js
{
toast.success('ok')
}}
>
…
-
I am using this bable.config.js
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
"react-native-reanimated/plugin",
{
globals: ["__scanCodes"…
-
In my case updating to that alpha generates an error when creating an object with a property of array of strings, ie:
```ts
realm.create(
'Entity',
{categories: ['personal']},
…
-
Hey,
I've just picked up a project which is using your package, and have been asked to make the confetti trigger sooner.
E.g. when we render the confetti component e.g. `` it takes maybe 2-4 sec…
-
Hi @aarongrider,
My project suddenly started to fail when attempting to OCR vision camera frames. It throws `Frame Processor threw an error: Cannot read property 'result' of undefined`... my code (…
-
I've installed this package to try it out on expo go but cant get it to work. I've pasted the code from the example
`
Your content
Other content
`
imported it from `import Skeleton from …