[Android] Unsupported node type: transform
See original GitHub issueHey,
I’m getting the following error when trying to open the action sheet:
Looks like checking for NativeModules.NativeAnimatedModule
in this commit is not enough because we are using transform
which it not supported yet in RN.
This commit from Aug 7, 2016 https://github.com/facebook/react-native/commit/df053117778d8ebcc1943f20127e49078f79da0b will introduce transform
support but it will only be released with RN v0.33.0
I’m using a forked version that sets the useNativeDriver=false
for now 😦
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:7 (4 by maintainers)
Top Results From Across the Web
node.js Failed to construct transformer: Error: error:0308010C ...
Firstly set your node version default to "v14.17.6" · Run this command nvm alias default 16.14.2 · Clean node modules and do ./gradlew...
Read more >Unsupported node type : param · Issue #781 - GitHub
Description The app crashes on start with the error "Unsupported node type : param Screenshots Steps To Reproduce Open the app Expected ...
Read more >[WARNING] Unsupported transform node with multiple shape ...
The plug-in will export only one of the shape nodes. The original file was STEP format which I imported into Maya, added some...
Read more >How to Fix the Unsupported Operation Exception in Java
UnsupportedOperationException is a Java runtime exception that occurs when an unsupported operation is requested but could not be performed.
Read more >Support 64-bit architectures - Android Developers
To store the difference between two pointers, use the ptrdiff_t type. ... cases where your code is incorrectly converting between pointers and integers:....
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
@kfiroo - I think it’s best to use the forked version given that this is solved in v0.33.0 and is a much better way of doing the animation. If you want to submit a pull request to make it optional to disable the native driver, I’d be open to that also 😃
@shaneosullivan - sure, would accept a PR for that