Code generator has deoptimised the styling in react-native

Viewed 19

I am getting this after my react native build is successful :

transform[stderr]: [BABEL] Note: The code generator has deoptimised the styling of /Users/myName/Desktop/mool_mobile/unknown as it exceeds the max of 500KB.

In the emulator the splash screen shows up for 1 minute or so and then it eventually crashes. Couldn't find much resources regarding this issue. Thanks in advance.

1 Answers
Related