This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@johnny [~]# uptime | |
13:42:54 up 5 days, 21:06, 2 users, load average: 40.91, 27.77, 28.30 | |
root@johnny [~]# dig NS gravitasvt.com | |
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.47.rc1.el6_8.4 <<>> NS gravitasvt.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31558 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ashoat@Ashoats-MacBook-Pro [~/Dropbox/src/react-native-tab-view]# dig NS gravitasvt.com | |
; <<>> DiG 9.8.3-P1 <<>> NS gravitasvt.com | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64451 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 3 | |
;; QUESTION SECTION: | |
;gravitasvt.com. IN NS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/react-native-tab-view/src/TabBar.js:194 | |
194: const passedTabStyle = StyleSheet.flatten(this.props.tabStyle); | |
^^^^^^^^^^^^^^^^^^^ property `tabStyle`. Property cannot be accessed on any member of intersection type | |
194: const passedTabStyle = StyleSheet.flatten(this.props.tabStyle); | |
^^^^^^^^^^ intersection | |
Member 1: | |
39: type Props<T> = SceneRendererProps<T> & { | |
^^^^^^^^^^^^^^^^^^^^^ type application of type `SceneRendererProps` | |
Error: | |
194: const passedTabStyle = StyleSheet.flatten(this.props.tabStyle); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ashoat@Ashoats-MacBook-Pro [~/Dropbox/src/react-navigation]# git diff | |
diff --git a/docs/api/navigators/StackNavigator.md b/docs/api/navigators/StackNavigator.md | |
index 3816577..f8895eb 100644 | |
--- a/docs/api/navigators/StackNavigator.md | |
+++ b/docs/api/navigators/StackNavigator.md | |
@@ -87,6 +87,7 @@ Visual options: | |
- `cardStyle` - Use this prop to override or extend the default style for an individual card in stack. | |
- `onTransitionStart` - Function to be invoked when the card transition animation is about to start. | |
- `onTransitionEnd` - Function to be invoked once the card transition animation completes. | |
+- `gesturesEnabled` - Whether routes on the stack can be popped through gestures. Defaults to true on iOS, false on Android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ashoat@Ashoats-MacBook-Pro [~/Dropbox/src/react-navigation]# git diff | |
diff --git a/docs/api/navigators/StackNavigator.md b/docs/api/navigators/StackNavigator.md | |
index 3816577..f8895eb 100644 | |
--- a/docs/api/navigators/StackNavigator.md | |
+++ b/docs/api/navigators/StackNavigator.md | |
@@ -87,6 +87,7 @@ Visual options: | |
- `cardStyle` - Use this prop to override or extend the default style for an individual card in stack. | |
- `onTransitionStart` - Function to be invoked when the card transition animation is about to start. | |
- `onTransitionEnd` - Function to be invoked once the card transition animation completes. | |
+- `gesturesEnabled` - Whether routes on the stack can be popped through gestures. Defaults to true on iOS, false on Android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ashoat@Ashoats-MacBook-Pro [~/Dropbox/src/react-navigation]# git diff | |
diff --git a/docs/api/navigators/StackNavigator.md b/docs/api/navigators/StackNavigator.md | |
index 3816577..f8895eb 100644 | |
--- a/docs/api/navigators/StackNavigator.md | |
+++ b/docs/api/navigators/StackNavigator.md | |
@@ -87,6 +87,7 @@ Visual options: | |
- `cardStyle` - Use this prop to override or extend the default style for an individual card in stack. | |
- `onTransitionStart` - Function to be invoked when the card transition animation is about to start. | |
- `onTransitionEnd` - Function to be invoked once the card transition animation completes. | |
+- `gesturesEnabled` - Whether routes on the stack can be popped through gestures. Defaults to true on iOS, false on Android |
NewerOlder