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
To quickly update `react-native-hcaptcha` locally just run:
50
-
51
-
`yarn upgrade file:../react-native-hcaptcha`
52
-
38
+
-`pushd ios; env USE_HERMES=0 pod install; popd`
39
+
-`yarn ios` or `npm run ios`
53
40
54
41
### Known issues
55
42
@@ -145,4 +132,27 @@ ERROR Invariant Violation: No callback found with cbID xxxxx and callID yyyyy
145
132
146
133
Solution: delete `node_modules` in `react-native-hcaptcha`.
147
134
148
-
This issue is related to mismatched `react-native` versions in the test app vs. `react-native-hcaptcha`
135
+
This issue is related to mismatched `react-native` versions in the test app vs. `react-native-hcaptcha`
136
+
137
+
---
138
+
139
+
Problem:
140
+
141
+
Xcode failed to build with:
142
+
143
+
> ...
144
+
> Framework 'hermes' not found
145
+
146
+
Solution: `env USE_HERMES=0 pod install` or add `:hermes_enabled => false` into `use_react_native!` call in `ios/Podfile`
147
+
148
+
---
149
+
150
+
Problem:
151
+
```
152
+
> yarn add file:../react-native-hcaptcha
153
+
Usage Error: The file:../react-native-hcaptcha string didn't match the required format (package-name@range). Did you perhaps forget to explicitly reference the package name?
0 commit comments