Skip to content

Commit ce85522

Browse files
committed
workaround RN issue #6278
1 parent e6cc38c commit ce85522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/ContextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class ContextMenu extends React.Component {
4343
constructor(props) {
4444
super(props);
4545
this.state = {
46-
scaleAnim: new Animated.Value(0.001),
46+
scaleAnim: new Animated.Value(0.1),
4747
};
4848
}
4949

0 commit comments

Comments
 (0)