-
#884 did not resolve root cause
It still crash when using LayoutAnimation in UWP App
![image](https://cloud.githubusercontent.com/assets/7892590/25835052/6e7795f4-34ae-11e7-8394-a17f293e77fd.png…
-
Hi everyone.
We are maintainers of `vscode-react-native` extension and recently we've got the following issue: https://github.com/Microsoft/vscode-react-native/issues/625#issuecomment-368421380 - f…
-
Hi,
I am wondering if this library works fine with "useNativeDriver" or not?
If it "can" work, it would probably be helpful to allow using nativeDrive with a prop attribute in this line:
http…
-
Hi, I created a component based on exemple `CustomTabs.js`, how can I pass a custom title or label for each route for my *custom tab bar*.
Like this:
```
const TabRouterConfig = TabRouter({
C…
-
When running react-native init AwesomeProject...
```
John-Goerings-MacBook-Pro-2:Documents John$ react-native init AwesomeProject
This will walk you through creating a new React Native project in…
epaga updated
6 years ago
-
The Google Maps iOS app, and many other material design apps, use this same bottom sheet behavior on both iOS and Android. Are there any plans to make this library cross-compatible with iOS as well?
-
At least:
- [x] 1 ListView / RecyclerView
- [x] 1 ViewPager
- [x] CardViews
- [x] LayoutAnimations
- [x] PageTransformers
- [x] Material Design Concepts
-
**What is the current behavior?**
"react-native/Libraries/Renderer/src/renderers/native/ReactNativePropRegistry" is undefined in react-native-web
https://github.com/GeekyAnts/NativeBase/blob/maste…
ngduc updated
7 years ago
-
This is the basic layout of my app, I've isolated below as a test case. Its `Component`'s `render()` function:
```javascript
render() {
const whSmall = Dimensions.get('window').width < Dimensions…
-
`hTextView.animateText("line1 \n line2 \n line3");`不能显示为三行,而是显示成一行?如果想显示多行数据应该怎么办?