You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-android-widget

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-android-widget - npm Package Versions

123

0.4.1

Diff
s
saleksovski
published 0.4.1 •

Changelog

Source

[0.4.1] - 2023-04-17

Fixed

  • Fix crash on iOS due to linking check
s
saleksovski
published 0.4.0 •

Changelog

Source

[0.4.0] - 2023-04-05

Added

  • 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 in myapp if deep linking is configured
s
saleksovski
published 0.3.1 •

Changelog

Source

[0.3.1] - 2023-04-03

Fixed

  • 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
s
saleksovski
published 0.3.0 •

Changelog

Source

[0.3.0] - 2023-03-20

Added

  • Upgrade to React Native 0.71.3
  • Upgrade to Expo 48
s
saleksovski
published 0.2.0 •

Changelog

Source

[0.2.0] - 2023-02-28

Added

  • Optional callback widgetNotFound in requestWidgetUpdate
  • Exposed getWidgetInfo function that returns a list of widgets added on the home screen
s
saleksovski
published 0.1.1 •

Changelog

Source

[0.1.1] - 2023-02-19

Fixed

  • Fixed an issue for FlexWidget when using justifyContent with value 'space-around', 'space-between', 'space-evenly' with only one child
  • Fixed how font files are loaded from AssetManager
s
saleksovski
published 0.1.0 •

Changelog

Source

[0.1.0] - 2023-01-09

Added

  • Initial Release