Commit 76ba4b6
committed
chore: remove unused react-native-config-reader
The only consumer was `isOfficial = RNConfigReader.IS_OFFICIAL`, deleted in
#7322 (remove Experimental code paths) along with the `official` product
flavor that produced the `IS_OFFICIAL` BuildConfig field (#7325). Since then
the package has had zero JS imports — it was autolinked dead weight.
Removes:
- the dependency and its @types
- the ambient `declare module` in externalModules.d.ts
- the orphaned iOS podspec patch (patch-package was erroring on it)
- the `rn_config_reader_custom_package` resValue in build.gradle, which only
the now-removed native module read
Verified: pnpm install + patch-package clean, tsc passes.1 parent 42c68c9 commit 76ba4b6
5 files changed
Lines changed: 0 additions & 38 deletions
File tree
- android/app
- app
- patches
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
192 | | - | |
193 | 191 | | |
194 | 192 | | |
195 | 193 | | |
| |||
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments