react-native-android-widget
Advanced tools
Changelog
[0.4.1] - 2023-04-17
Changelog
[0.4.0] - 2023-04-05
clickAction="OPEN_APP"
on a widget primitive will open the app when clickedclickAction="OPEN_URI" clickActionData={{ uri: 'https://google.com' }}
on a widget primitive will open google in web browserclickAction="OPEN_URI" clickActionData={{ uri: 'myapp://deep-link' }}
on a widget primitive will open the deep link in myapp
if deep linking is configuredChangelog
[0.3.1] - 2023-04-03
clickAction
was triggering the topmost one, instead of the one directly under the clicked areaChangelog
[0.3.0] - 2023-03-20
Changelog
[0.2.0] - 2023-02-28
widgetNotFound
in requestWidgetUpdate
getWidgetInfo
function that returns a list of widgets added on the home screenChangelog
[0.1.1] - 2023-02-19
FlexWidget
when using justifyContent
with value 'space-around', 'space-between', 'space-evenly'
with only one childAssetManager