File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
website/versioned_docs/version-0.78 Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -191,10 +191,13 @@ Select method returns the most fitting value for the platform you are currently
191191
192192The ` config ` parameter is an object with the following keys:
193193
194- - ` android ` (any)
195- - ` ios ` (any)
196- - ` native ` (any)
197- - ` default ` (any)
194+ - ` android `
195+ - ` ios `
196+ - ` macos ` (only applicable when using [ react-native-macos] ( https://github.com/microsoft/react-native-macos ) )
197+ - ` native ` (fallback for all platforms except for ` web ` )
198+ - ` web ` (only applicable when using [ react-native-web] ( https://github.com/necolas/react-native-web ) )
199+ - ` windows ` (only applicable when using [ react-native-windows] ( https://github.com/microsoft/react-native-windows ) )
200+ - ` default ` (fallback for all platforms)
198201
199202** Example usage:**
200203
You can’t perform that action at this time.
0 commit comments