Renato Costa
Renato Costa
just search animated.timing on folder ~\node_modules\native-base\dist\src\basic\ and add manually useNativeDriver: true or false
> @Remato Can you be more specific please ? > Got the same warnings with RN : 0.62 > Not a blocking bug tho you have to set this manually...
> useNativeDriver: false // Add This line > > looks like adding `false` also works. yeah, the warning disappear if you determine any value for this variable ```useNativeDriver: true``` or...
Hey guys, i have a same problem i'm trying it: ```js this.state= { cards: [1,2,3] }; //other codes addCardsToDeck = (newCards) => { const { cards } = this.state; return...
I installed with the command: ```yarn add @unform/core@latest @unform/mobile@latest``` and have these libs: ```js "@unform/core": "^2.1.6", "@unform/mobile": "^2.1.6", "react": "16.13.1", "react-native": "0.63.4", ``` and keeps giving the following error: ```...
> I installed with the command: `yarn add @unform/core@latest @unform/mobile@latest` > > and have these libs: > > ```js > "@unform/core": "^2.1.6", > "@unform/mobile": "^2.1.6", > "react": "16.13.1", > "react-native":...
I have the same problem, it works normally on iOS, but on android it doesn't work. When I change my HTML to something like ```html Hello World ``` it works...
Hi Mark, I managed to solve it! For the next people who are going to integrate charting-library with Android and are testing in a simulator, when using Webview make sure...