mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
ScrollViewSimpleExample
added to iOS-specific list of examples
Summary: Trivial. Reviewed By: TheSavior Differential Revision: D9631869 fbshipit-source-id: 39dccf8d3d7e0055f9aaed946e40ea27db36c9e4
This commit is contained in:
parent
b960512a5e
commit
2caa1e01fa
@ -112,6 +112,11 @@ const ComponentExamples: Array<RNTesterExample> = [
|
||||
module: require('./RefreshControlExample'),
|
||||
supportsTVOS: false,
|
||||
},
|
||||
{
|
||||
key: 'ScrollViewSimpleExample',
|
||||
module: require('./ScrollViewSimpleExample'),
|
||||
supportsTVOS: true,
|
||||
},
|
||||
{
|
||||
key: 'SafeAreaViewExample',
|
||||
module: require('./SafeAreaViewExample'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user