wcastand / stripe-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug expo

The emulator are both in Dark mode in the setting of the OS

	const color = useColorScheme()
	console.log(Platform.OS, color)

return :

when using expo-dev (expo start --dev-client):

  • on iOS : ios, light
  • on Android : android, dark

when using ExpoGo (expo start):

  • on iOS : ios, light
  • on Android : android, light

resulting in the error on the stripe form

Expecting

expect the code to return a consistant result on both ios/android and ExpoGo/Expo-dev for the colorScheme of the OS.

About


Languages

Language:Java 48.1%Language:Objective-C 22.1%Language:Starlark 11.4%Language:Ruby 9.6%Language:JavaScript 7.5%Language:Swift 0.7%Language:C 0.6%