-
I'm using the ScrollView as a `ViewPager` and placing ListView in it just like the F8 app does, and since I upgrade the RN to 0.29 and now 0.30RC0, I'm persecuted by this problem:
navigate to the de…
-
Hello.
I'm using the `Camera` module from Expo in my React Native App (generated by `CRNA`).
I noticed a 3 second delay when i trigger the method `takePictureAsync()`. There is a way to reduce th…
-
While playing with react router (even earlier versions) I struggled mostly with the problem how I could preload my data before the navigation is finished (both for initial request and navigation reque…
-
Hello folks, i am newbie to react native and creating a new chat app
My objective is to redirect the user to main page after successful login and reset the stack navigator
The page however redirects…
-
react-native-cli: 2.0.1
react-native: 0.42.0
native-base: 2.0.13
## Expected behaviour
Scroll with all cards (at least 4)
## Actual behaviour
Cannot scroll completely. Only first 1.5 cards v…
-
I just wondering if there is a good practice about LaunchScreen. The reason I'm asking this is, if one adds LaunchScreen, there is a white flash before react-native kicks in and load the app. Is there…
alinz updated
6 years ago
-
### Is this a bug report?
No
### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)?
Yes
### Environment
OS: macOS Si…
-
This is a first-class API for sideways data loading of stateless (although potentially memoized) data from a global store/network/resource, potentially using props/state as input.
``` js
type RecordO…
-
Before that can happen, I need to complete the following tasks:
- [x] Add the ability to store the current check-in offline. Many times I close the app by accident or the app needs to reload becaus…
-
Often times if you are editing or creating something, one of the header buttons will be 'Save'. I don't see how this is feasible with this library since there is no access to the state or props of the…