Skip to content

Naishadh8115/react-native-widget

Repository files navigation

react-native-widget

Result video

WidgetPract.mov

Note: Only iOS demo and code

Step 1: Things to do when you implement it on other project

  1. change app group id in

    1. ios/RNWidget.m line number 16 from group.widgetTile to your group id [group. ...]
    2. ios/WidgetTile/WidgetTile.swift line number 26 from group.widgetTile to your group id [group. ...]
  2. You must have added "App Groups" capabilities to both target (Project target & Extension target) and add your app group id like below, Add app group (Make sure this app group should be added in you provisioning profile)