Skip to content

Commit 355807d

Browse files
uncomment index.js
1 parent 1c75ef6 commit 355807d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class HomeScreen extends React.Component {
3232
<>
3333
<NavigationEvents
3434
onWillFocus={() => {
35-
// ReactNativeBrownfield.setNativeBackGestureAndButtonEnabled(
36-
// isFirstRoute,
37-
// );
35+
ReactNativeBrownfield.setNativeBackGestureAndButtonEnabled(
36+
isFirstRoute,
37+
);
3838
}}
3939
/>
4040
<View style={[styles.container, {backgroundColor: colors.primary}]}>

0 commit comments

Comments
 (0)