We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error and crash after updating to "react-native": "0.65.1". Had to remove the package from my app until this is resolved.
"react-native": "0.65.1"
NSInvalidArgumentException · *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
Relevant stack trace:
REATransformNode.m:31:26-[REATransformNode evaluate] REANode.m:72:14-[REANode value] REAStyleNode.m:24:20-[REAStyleNode evaluate] REANode.m:72:14-[REANode value] ...
I'm invoking it with no props:
import MakeItRain from 'react-native-make-it-rain'; <MakeItRain />
"react-native-make-it-rain": "1.1.1"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting this error and crash after updating to
"react-native": "0.65.1"
. Had to remove the package from my app until this is resolved.Relevant stack trace:
I'm invoking it with no props:
"react-native-make-it-rain": "1.1.1"
The text was updated successfully, but these errors were encountered: