question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android] Unsupported node type: transform

See original GitHub issue

Hey,

I’m getting the following error when trying to open the action sheet: image

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:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
brentvatnecommented, Sep 7, 2016

@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 😃

0reactions
brentvatnecommented, Sep 18, 2016

@shaneosullivan - sure, would accept a PR for that

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found