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
BTW I stuck with several problems trying to run it locally.
I thinks it because the README info is out of date.
My platform: OSX: MacOS High Sierra 10.13.3 (17D47) XCode: 9.2
My steps:
git clone the repo
yarn in the root dir
open ios/ShareExtensionExample.xcodeproj
Run the app:
Error occurs: react-native-ios-share-extension/node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.m:459:3: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result] SecRandomCopyBytes(kSecRandomDefault, keyBytes.length, keyBytes.mutableBytes);
Then when the app is running I'm already able to switch the extension on while sharing from safari. It appears in "Activities" and can be switched on/off.
I hope this info will help other people to deploy the package locally.
The text was updated successfully, but these errors were encountered:
Hi there, @pkantsedalov! Apologies for my delayed reply; this email got lost in my queue.
I'm not maintaining this project since it was posted as a simple proof-of-concept. I'm not familiar with the error so I'm unable to help at this time. When I have a chance, I'll reclone the project, see if I can recreate the problem, and attempt to solve. Unfortunately, I can't give an estimated time as to when I'll be able to look at it.
Hi @andrewsardone
Thank you a lot for the PoC.
BTW I stuck with several problems trying to run it locally.
I thinks it because the README info is out of date.
My platform:
OSX: MacOS High Sierra 10.13.3 (17D47)
XCode: 9.2
My steps:
yarn
in the root diropen ios/ShareExtensionExample.xcodeproj
react-native-ios-share-extension/node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.m:459:3: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result] SecRandomCopyBytes(kSecRandomDefault, keyBytes.length, keyBytes.mutableBytes);
I hope this info will help other people to deploy the package locally.
The text was updated successfully, but these errors were encountered: