Skip to content
New issue

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

Warning: Unexpected pop #318

Closed
pabloga265 opened this issue Jul 16, 2018 · 11 comments
Closed

Warning: Unexpected pop #318

pabloga265 opened this issue Jul 16, 2018 · 11 comments

Comments

@pabloga265
Copy link

pabloga265 commented Jul 16, 2018

Creating this node generates some errors like: "Warning: Unexpected Fiber popped."
Followed by an infinite stream of errors "Warning: Unexpected pop" on rn-debugger.

No more info provided

 <LinearGradient style={styles.switchLinearGradient} colors={['#FFFFFF', '#FFFFFF']}>
    <Text style={{backgroundColor: 'transparent'}}>
        'DOCKS'
    </Text>
</LinearGradient>

"react": "16.3.1",
"react-native": "0.56.0-rc.4",
"react-native-linear-gradient": "^2.4.0",

IOs emulator Iphone 6 and 6+, Works fine in android.

@rahmanmarija
Copy link

@pabloga265 did you manage to solve this?

@pabloga265
Copy link
Author

@rahmanmarija No, sorry sadly I was in a bit of a hurry and it was easier to adjust the designs than to fix the issue. :<

@jsimonlane
Copy link

I'm also getting this issue. Any thoughts on how to fix it?

@jaygould
Copy link

I ended up unlinking and re-linking the package using react-native unlink react-native-linear-gradient and that sorted it.

@dsouzaedison
Copy link

Had the same issue. Manual linking on Xcode solved the problem.

@radex
Copy link
Member

radex commented Oct 26, 2018

Hey! I'm closing this since it looks like a solved issue.

@radex radex closed this as completed Oct 26, 2018
@laurent22
Copy link

I'm also having this problem even after re-linking. Also how can a warning "Warning: Unexpected pop" with no information as to what needs to be done or where the error is be a "solved issue". Shouldn't at least the warning be fixed to provide more info?

@radex
Copy link
Member

radex commented Nov 22, 2018

@laurent22 because it's a React warning, not a warning from this library. If you figure out what causes this issue, let me know and maybe we can warn better users of this lib

@meghaptg
Copy link

Any update or progress on this? happening only for iOS, android works fine

@nikolal
Copy link

nikolal commented Mar 28, 2022

I got this error when I tried to use Text instead of Animated.Text in animated component.

@macavity23
Copy link

I got this error when I passed an Animated.Value in a style to a plain View instead of using Animated.View. HTH!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants