mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Fix AlertIOS Docs
Summary: The curly braces seems to be redundant. Closes https://github.com/facebook/react-native/pull/811 Github Author: xcatliu <xcatliu@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
parent
2ee7ebae1f
commit
404f7d9dbf
@ -37,7 +37,7 @@ var DEFAULT_BUTTON = {
|
||||
* {text: 'Foo', onPress: () => console.log('Foo Pressed!')},
|
||||
* {text: 'Bar', onPress: () => console.log('Bar Pressed!')},
|
||||
* ]
|
||||
* )}
|
||||
* )
|
||||
* ```
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user