react-native-app-shortcuts icon indicating copy to clipboard operation
react-native-app-shortcuts copied to clipboard

A library for creating Android App Shortcuts in React Native

Results 8 react-native-app-shortcuts issues
Sort by recently updated
recently updated
newest added

https://developer.android.com/guide/topics/ui/shortcuts#pinned Is there a way to add Pinned shortcuts using this package?

Hi. This package seems to be working fine with all the latest os versions of android. In api level < 25 devices, we are not making use of this package...

I have 3 app shortcuts in my app, which takes a user to 3 different screens: A, B and C. If the app is not running in memory and I...

The library make the app crash on android 4.3, 4.4, 5, 6, 7 and 7.1 with the following exception: com.facebook.react.common.JavascriptException: Java exception in 'NativeModules' java.lang.NoClassDefFoundError: android.content.pm.ShortcutManager, stack: libcore.reflect.InternalNames.getClass@55 java.lang.Class.getDexCacheType@479 java.lang.reflect.ArtMethod.getDexCacheType@229...

1. We we try to set more than 1 app shortcut, the app returns a red screen with the error : "Max number of dynamics shortcuts exceed". This should not...