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.
export NODE_BINARY=node
../node_modules/react-native/scripts/react-native-xcode.sh
target 'MainApp' do
... pods with React...
target 'TodayWidget' do
inherit! :search_paths
end
end
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.
Tada!