-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Issue Description
The app crashes when PlatformColor is defined via ?attr/XXX.
Steps to Reproduce / Code Snippets / Screenshots
Navigation.setDefaultOptions({
backButton: {
color: PlatformColor("?attr/colorOnBackground"),
},
}
Environment
- React Native Navigation version: 7.0.0
- React Native version: 0.63.2
- Platform(s) (iOS, Android, or both?): Android
- Device info (Simulator/Device? OS version? Debug/Release?): Debug
shub311 and andreacassani