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.

“react”: “16.11.0” “react-native”: “0.62.0-rc.5” “react-native-modalbox”: “^2.0.0”

<Modal style={[styles.modal, styles.modal2]} backdrop={false} position={"top"} ref={"modal2"}> <Text style={[styles.text, {color: "white"}]}>Modal on top</Text> </Modal>

1、Animated.event now requires a second argument for options

2、Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:13
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
maxs15commented, Oct 4, 2020

Fix deployed in 2.0.1

2reactions
showtan001commented, Jun 8, 2020

@orzhtml @ghasemikasra39
const animEvt = Animated.event([null, {customY: position}]); => const animEvt = Animated.event([null, {customY: position}], {useNativeDriver: true});

Read more comments on GitHub >

github_iconTop Results From Across the Web

Two-minute warning - Wikipedia
In most levels of professional American football, the two-minute warning is a suspension of play that occurs when two minutes remain on the...
Read more >
Two Minute Warning - Rotten Tomatoes
Two Minute Warning, about a mad sniper in a crowded football stadium, has the suspense, the compassion, the human vision and the individual...
Read more >
The Second Warning: A Documentary Film
We're bringing the Scientist's Warning to Humanity: A Second Notice and World Scientists Warning of a Climate Emergency to the big screen.
Read more >
Two-Minute Warning (1976) - IMDb
A crazed sniper is set to kill spectators at an L.A. Coliseum football championship game and the police race against time to eliminate...
Read more >
Core Function Two: Warning | Texas Health and Human ...
Warning systems disseminate timely forecasts of disasters and ensure that people take appropriate protective actions. Ensure that your disaster plan ...
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