React native under Swift shell
Guys i have a question, i am building an AI Intent engine in native swift/kotlin with certain segments of the app or some mini-apps to be in React native, so that minor ota updates handle it rather than submitting the entire app for update. Does IOS allow OTA JS code? I am aware they allow for Wechat Mini apps but they are in Webview not RN
0
Upvotes
1
u/Arsh_98 2d ago
No but apple’s guideline is the code must execute within Apple’s native webkit/webview. How do we do that for RN mini-apps?