Commit cefb415
authored
chore: upgrading the Bob fallback version to v0.36.0 (#762)
<!-- Please provide enough information so that others can review your
pull request. -->
<!-- Keep pull requests small and focused on a single change. -->
### Summary
<!-- What existing problem does the pull request solve? Can you solve
the issue with a different approach? -->
Upgrading the builder Bob fallback version to `v0.36.0`
I’ve been working on two recently created libraries, and both were
failing to build for iOS due to duplicated symbols caused by codegen. I
checked the Bob builder and saw that this issue was fixed in v0.35.3,
but when creating a new library with `create-react-native-library`, it
was resolving to v0.32.0. It seems the Bob version wasn’t resolving
correctly and was falling back to v0.32.0. So, I upgraded the fallback
version to the latest stable release.
### Test plan
Built for iOS, and CI completed successfully.
<!-- List the steps with which we can test this change. Provide
screenshots if this changes anything visual. -->1 parent 10d4aeb commit cefb415
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments