When we try to use the component in a NextJS application, nothing is displayed. If we copy the source code in a file and we use the reanimated babel plugin it works but if we don't use the reanimated plugin then it's the same thing than if use the library. This leads me to believe the issue comes from the library being transpiled without using the reanimated plugin (I don't see it included in your babel.config.js) but I don't know more precisely what is really happening. Is there a reason for not using the reanimated babel plugin?
When we try to use the component in a NextJS application, nothing is displayed. If we copy the source code in a file and we use the reanimated babel plugin it works but if we don't use the reanimated plugin then it's the same thing than if use the library. This leads me to believe the issue comes from the library being transpiled without using the reanimated plugin (I don't see it included in your babel.config.js) but I don't know more precisely what is really happening. Is there a reason for not using the reanimated babel plugin?