Commit a3a3d4b
[MOB-11633] Revamp Example (#899)
A whole revamping base for our new example app. This PR is the base for upcoming PRs that will enhance the example app and add more features.
Notables changes:
1. Rename Native Android and iOS projects to InstabugExample.
2. Rename app display name to Instabug - React Native.
3. Use NativeBase for components and theming.
4. Remove Unnecessary Files.
5. Add stack navigation.
6. Use new app token for an app created on "Mobile SDK" dashboard.
7. Add new scripts to ease interacting with example app from root directory:
- yarn pods: installs pods inside the example app.
- yarn example <script>: runs a give script inside example directory (e.g. yarn example android)
- yarn bootstrap: installs all dependencies, including pods.1 parent ebb1a5b commit a3a3d4b
File tree
77 files changed
+1721
-1230
lines changed- .circleci
- example
- android
- app
- src
- androidTest/java/com/instabug/react/example
- debug/java/com/instabug/react/example
- main
- java/com/instabug/react/example
- res
- values
- xml
- ios
- InstabugExample.xcodeproj
- InstabugExample.xcworkspace
- InstabugExample
- Images.xcassets
- AppIcon.appiconset
- InstabugTests
- usr/include/OCMock
- src
- components
- screens
- theme
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+1721
-1230
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments