-
I took a look in the source code after failing to set the loadingIndicatorSource for iOS, and found that in the ios code doesn't seem to use loadingIndicatorSource parameter. So I guess this is not su…
-
Build android fails on windows with basic init of react native. But running it though react-native run-android works. I have been trying to figure out this issue for almost three days on one of my pro…
-
### Issue
Setting minDate don't work for restrict minTime in android. I still can choose earlier time than min Date
### Expected Behavior
can't choose earlier time than min Date.
### Code
…
-
_shouldLoadMore(event) {
- return !this.state.isLoading &&
- !this.props.canLoadMore &&
-
- [x] Wait until https://github.com/facebook/react-native/pull/13532 will be merged or use my fork (using extendedListView #110)
- [x] Fix persist taps in room screen
- [x] Refactor the app with new…
-
How can I access this._slider1Ref in a function component and not in a class?
`
this._slider1Ref = c}
/>
`
-
Hey,
It's getting really frustrating to add styling to this library.
Several stuff just dont work. Im on android. I try to add fontFamily and styling to Picker.Item, it does not work.
When I …
-
Bumbag v2 has now been released with support for React Native (Bumbag Native)! At the moment, Bumbag Native only supports a small range of primitive components, however it will be nice if we could ext…
-
Noticed `FadingCircle` isn't implemented in android... source code only handles `FadingCircleAlt`. Is that an oversight? If so, I'll send a PR. Thanks
-
### Description
On performing the simple navigation command:
```
import { useNavigation } from "@react-navigation/native"
const navigation = useNavigation()
// upon clicking on the CTA button:
…