All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed crash when adding widget next to Array.map
- Added
ListWidget
that can show a scrollable list of items
- Fix crash on iOS due to linking check
- Setting
clickAction="OPEN_APP"
on a widget primitive will open the app when clicked - Setting
clickAction="OPEN_URI" clickActionData={{ uri: 'https://google.com' }}
on a widget primitive will open google in web browser - Setting
clickAction="OPEN_URI" clickActionData={{ uri: 'myapp://deep-link' }}
on a widget primitive will open the deep link inmyapp
if deep linking is configured
- Fixed an issue where clicking on a widget with nested
clickAction
was triggering the topmost one, instead of the one directly under the clicked area
- Upgrade to React Native 0.71.3
- Upgrade to Expo 48
- Optional callback
widgetNotFound
inrequestWidgetUpdate
- Exposed
getWidgetInfo
function that returns a list of widgets added on the home screen
- Fixed an issue for
FlexWidget
when usingjustifyContent
with value'space-around', 'space-between', 'space-evenly'
with only one child - Fixed how font files are loaded from
AssetManager
- Initial Release