-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi,
For those who have some issues to create a Today Widget and link it to use React Native in the widget, here is the missing parts.
- Follow up this wonderful Medium article => https://medium.com/@davidskaarup/add-ios-today-widget-to-your-react-native-app-ed9c9b601cc
- In step 4. Add New Run Script Phase, replace the script with the updated path for react 0.58
export NODE_BINARY=node
../node_modules/react-native/scripts/react-native-xcode.sh
- Edit your Podfile to get something like this :
target 'MainApp' do
... pods with React...
target 'TodayWidget' do
inherit! :search_paths
end
end
Tada!
matejkriz, roman-sereda and jixiangyibao
Metadata
Metadata
Assignees
Labels
No labels