Commit cbe21ba
authored
fix: remove react-native-safe-area-context from example app (#897)
### Summary
Remove `react-native-safe-area-context` from example app as it is not
used and is causing Nitro module android build crash mentioned in #896.
### Test plan
Verify that generated libraries build correctly.1 parent 76b97af commit cbe21ba
File tree
1 file changed
+3
-0
lines changed- packages/create-react-native-library/src/exampleApp
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
0 commit comments