Using React Native within an iOS share extension

前端 未结 1 354
旧时难觅i
旧时难觅i 2021-01-12 09:25

Jumping off of this facebook/react-native#1626 GitHub issue, I had a question about setting up a React Native view within an iOS share extension

I posted an example

相关标签:
1条回答
  • 2021-01-12 10:05

    I had the same error and fixed it by adding "-ObjC" in my app extension target build settings (Other linker flags)

    0 讨论(0)
提交回复
热议问题