mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Renamed option
This commit is contained in:
parent
557b03aa90
commit
f68987441f
2
app/react-native/src/preview/index.js
vendored
2
app/react-native/src/preview/index.js
vendored
@ -78,7 +78,7 @@ export default class Preview {
|
||||
stories={this._stories}
|
||||
events={this._events}
|
||||
url={webUrl}
|
||||
animated={params.animated}
|
||||
animated={params.onDeviceUIAnimated}
|
||||
/>
|
||||
: <StoryView url={webUrl} events={this._events} />;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user