You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/mobile/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Here are the common scenarios in which we should run the `bump-version` command:
66
66
- Upload the APK file downloaded from Bitrise and tested above
67
67
- Add release notes
68
68
- Submit for review/release
69
-
- Once the release is accepted by both the stores run `yarn bump-version version prereleaase` on `dev`, commit the changes, then `git push --tags` to setup the next prerelease build versioning.
69
+
- Once the release is accepted by both the stores run `yarn bump-version prepatch` and commit the changes to `dev` to setup the next patch version in a pre-release state (necessary for Apple to accept beta build after the current version is in production).
70
70
- Open a new Milestone with the current pre-release version:
71
71
- Look to `package.json#version` to get the new version, but leave off the `-0`
72
72
@@ -76,4 +76,11 @@ Sentry error reporting is always on in production, and optionally enabled in dev
76
76
77
77
### Debugging, quirks, work-arounds
78
78
79
-
You’ll want to get familiar with the tooling for debugging actual WebView loads: https://github.com/react-native-webview/react-native-webview/blob/master/docs/Debugging.md#debugging-webview-contents
79
+
###### Webview
80
+
81
+
We use webviews a lot. These allow us to point at pieces of the web app in mobile screens. It is both very cool and has quirks.
82
+
83
+
You’ll want to get familiar with the tooling for debugging actual WebView loads: https://github.com/react-native-webview/react-native-webview/blob/master/docs/Debugging.md#debugging-webview-contents
84
+
85
+
###### Urql
86
+
We use urql for most of our graphQL and data fetching/handling needs. Its good to get familiar with the devtools for this. https://github.com/urql-graphql/urql-devtools-exchange#usage
0 commit comments