Invariant Violation [923, "RCTImageView" ... ] is not usable as a native method argument
See original GitHub issueExpected Behavior
To Render The Masonry Images
Current Behavior
Breaks Down
Context (Environment)
1- react v16.6.3 2- react-native v0.58.1 react-native-masonry v^0.5.0-alpha.3
All I want to do is to render a simple Masonry but i keep getting this error
i pass the images array with additional data like this
[ { uri: 'image_url', description: 'txt' }, { uri: 'image_url', description: 'txt' } ]
<Masonry
sorted
columns={ 3 }
bricks={ props.images }
/>
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:32 (7 by maintainers)
Top Results From Across the Web
Invariant Violation: is not usable as a native method argument
I found this looking for a similar problem. It says that the error could be in the format of your date, due the...
Read more >React Native, 'is not usable as a native method argument'
Coding example for the question React Native, 'is not usable as a native method argument'-React Native.
Read more >master · Dhamodharan S / chit-chat-react-native · GitLab
... 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914...
Read more >Problem setting position of an element with dynamic styling
... Invariant Violation: [27,"RCTView",{"top":-603.3333282470703,"left":-25.333328247070312}] is not usable as a native method argument.
Read more >iOS Native Modules
When a native module method is invoked in JavaScript, React Native converts the arguments from JS objects to their Objective-C/Swift object ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Help me I also facing the same error.
Please focuse correct id. It will work perfectly.