Jesus Moreno

Results 8 comments of Jesus Moreno

Exactly what you want to customize? Actually we can customize granularity, textColor, texSize, and others, for each yAxis (left & right)

@SteveGreenley omg dude nice! i solved my problem! really appreciated :D

> try to use : > `cd android && gradlew clean` thanks @DurandSacha this solved the issue for me :D

@ahmetozalp i find a workaround but isn't a solution btw the workaround is making another view without react-navigation and copilot these view, when the copilot was finished navigate to the...

@ahmetozalp the only way i found to solution this is create a "false" intro view that shows exactly the same as the REAL bottomTabNavigation, and when the tour was finished...

Actually i find a workaround, i check in the package 📦 , exactly /node_modules/react-native-copilot/src/components/CopilotModal.js in the line 133 & 137 i change the color #fff to my color, this is...

Any solution? actually this is my code and dosnt works :( ````js const play = (error, sound) => sound.play() const Sounds = new Sound( require('../../assets/sounds/Beep_Short_05_Sound_Effect_Mp3_261.mp3'), (error) => play(error, Sounds), )...

@0x01Brain thanks a lot, i import my .mp3 file in xcode and try your code and it works ty!