Cannot read property 'apply' of undefined #6686
Labels
Platform: Android
This issue is specific to Android
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
I m trying to make an App that is avalible on Window, IOS and Android. But on Windows i get this error very often, so instead showing the Red Error screen with the error details i get this Error witch point to eact-native-reanimated, i tried a lot of verions but i can figure it out. This is actually an infinite loop, because if i don't close it, it keep counting.
For exemple, my App crash once this code block is rendered; makes no sense because there is no error, but even if there is one, it should be the error details related to my code:
`import { StyleSheet, Text, View } from 'react-native';
import React from 'react';
import { Worker } from '@models/index';
interface WorkersListProps {
data: Worker[];
}
const WorkersListComponent: React.FC = ({ data }) => {
}
export default WorkersListComponent
const styles = StyleSheet.create({
body: {
})`
Steps to reproduce
Snack or a link to a repository
https://github.com/GenGraphic/zeier-arbeitgeber
Reanimated version
^3.16.1
React Native version
^0.75.1
Platforms
Android, iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Paper (Old Architecture)
Build type
Debug app & dev bundle
Device
None
Device model
Windows 11
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: