-
Stumbled upon this implementation initially borrowed from Shopify.
https://github.com/jqn/AndroidAutoExample
If I were to port this over to our repository, would you like to rename this library to s…
-
i'm getting this error: TypeError: Cannot read property 'addJob' of null, js engine: hermes
alfter running the example code:
`import queue from 'react-native-job-queue'
queue.configure({o…
-
What `react-native` version are you using?
`0.72.12`
What `react-native-pdf` version are you using?
`6.7.5`
What `react-native-blob-util` version are you using?
`0.19.9`
What platform does…
-
I'm unable to test components having `Animatable.View`, I'm seeing the following error:
```
TypeError: UIManager.updateView is not a function
at Component.setNativeProps (node_modules…
-
node_modules\react-native\Libraries\LogBox\LogBox.js:173:8 in registerError
- node_modules\react-native\Libraries\LogBox\LogBox.js:59:8 in errorImpl
- node_modules\react-native\Libraries\LogBox\LogB…
-
# Bug
\ with fontFeatureSettings={'case 1'} works on Android, but doesn't work on iOS.
The font that I am using is SF Pro Rounded, and this setting is useful to align symbols to the middle of digi…
-
Im currently on "react-native": "0.57.0", "react-native-picker": "^4.3.7".
The error still exists even when I have added these codes
1. `MainApplication.java`
``` js
import com.beefe.picke…
-
### Summary
This error only happens when using `expo-dev-client`, that is why I am reporting it here alongside reporting it on the `react-native-reanimated` repo (https://github.com/software-mansion/…
-
webview当前鸿蒙化支持的属性在如下链接中有说明:
https://gitee.com/react-native-oh-library/usage-docs/blob/master/vmall/react-native-webview.md
剩余的属性当前还不支持鸿蒙化
-
When I use react-native-dropdown-autocomplete-textinput inside a scrollview.
get a warning:
`VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use …