-
**Describe the bug**
Im getting an error in the expo web, the library is being used there when it shouldnt
this is the error:
`
WARNING in ./node_modules/react-native-google-cast/lib/module/compo…
-
Hello,
I am using this package to add a switch to my native app. I am attaching the error image
![screen shot 2017-06-09 at 3 30 04 pm](https://user-images.githubusercontent.com/22675040/26971083-…
-
```
Failed to build DependencyGraph: @providesModule naming collision:
Duplicate module name: UniversalWorkerNodeHandle
Paths: /Users/sylvain/git/Tribe-U-App/TribeU/node_modules/react-native/Libra…
-
out of the box 开箱及用
不管你是react web还是Rn,任何的js代码包括react组件只要不是渲染基本元素的都可以复用。所以如果业务逻辑和渲染代码分离,那么就可以复用逻辑代码。
Rn里只有Text组件才能有普通的文本作为孩子
Rn里的样式是有局限性的。所以RN 推荐使用styled component。就是做一个 具有某些样式的组件,然后在需要相同样式的地方使…
-
Hello,
Is it possible to change the progress fill by touching and moving the circle in the renderCap?
-
Hey @Hyra !!!
I've read your [post ](https://mindthecode.com/getting-started-with-the-panresponder-in-react-native/) about PanResponder and I have to say **it is amazing**.
What I'm not being a…
-
I wrote a simple application that has 3 balls - the first of which is draggable, and the rest stagger-follow the first, similar to the chat-heads demo.
The app worked butter smooth on a simulator, bu…
-
I tested this project. There is flickering when rotating the car picture.
-
Thanks for cute component, I have a problem to scroll items in android. Scroll is not working (nothing happened on scrolling)
-
### Is this a bug report, a feature request, or a question?
Question
I want my entire carousel to be touchable, while at the same letting users go through photos. I basically have a view wit…