react-native-android-widget icon indicating copy to clipboard operation
react-native-android-widget copied to clipboard

Build Android Widgets with React Native

Results 8 react-native-android-widget issues
Sort by recently updated
recently updated
newest added

Hi, in my case I need this, so I added it for anyone who needs it

Hi, in my case, if you have multiple OverlapWidget overlapping each other. When you press it will only press the first OverlapWidget. Look like this: ![2dc1c20b_9258_4bfc_a163_7fa68d6113e3 (1)](https://github.com/sAleksovski/react-native-android-widget/assets/48817520/88f0413a-44e1-4aaa-adbe-d68b45c5f387) Since Overlap 2...

First up, thanks for this really interesting library! It's a challenging problem and your solution is neat. Do you have any thoughts on how widgets using this could be made...

We cannot render React Native views directly to the widget. What this library does is render the React Native views to an image, and then show that image in the...

**Thanks to the great library, it has greatly simplified and increased the development speed of many applications!** But because we support many applications, we had a small problem with the...

I am trying to pick the widgets from the widget picker, but when I tested it on the DS CL4 Lite mobile, it did not display. However, on other brands...

First and foremost, I want to express my sincere gratitude for your work on the `react-native-android-widget` library. ### Description Currently, the `react-native-android-widget` library offers two methods for updating widget: 1....

Exception java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at com.reactnativeandroidwidget.ListRemoteViewsFactory.getViewAt (RNWidgetCollectionService.java:143) at android.widget.RemoteViewsService$RemoteViewsFactoryAdapter.getViewAt (RemoteViewsService.java:164) at com.android.internal.widget.IRemoteViewsFactory$Stub.onTransact (IRemoteViewsFactory.java:183) at android.os.Binder.execTransactInternal (Binder.java:1290) at android.os.Binder.execTransact (Binder.java:1249)