Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RN 0.45.1] Compile time errors on Android #29

Open
themakerman opened this issue Sep 7, 2017 · 7 comments
Open

[RN 0.45.1] Compile time errors on Android #29

themakerman opened this issue Sep 7, 2017 · 7 comments

Comments

@themakerman
Copy link

@juananime
The library is not working anymore for newer RN versions. I was planning to use this on a production app but i am stuck on this since few days. Can you please check out whats the problem. I tried fixing the android code but so far no success.

audiowaveform error

@themakerman
Copy link
Author

themakerman commented Sep 10, 2017

@juananime Plz reply ASAP. Doesn't works with the latest version of 0.48 as well.

@juananime
Copy link
Owner

Please refer to the thread #25 for solutions.
Cheers

@themakerman
Copy link
Author

themakerman commented Sep 15, 2017

@juananime more problems. plz refer #25. Are you testing the code in emulator or on a real device?

@juananime
Copy link
Owner

I'm testing with real device, and just compiled again and built it with no problem.
screen shot 2017-09-15 at 12 06 35

@juananime
Copy link
Owner

Please send error logs.

@themakerman
Copy link
Author

themakerman commented Sep 15, 2017

@juananime

<WaveForm
         autoPlay
         source={require('./wildbot.mp3')}
         waveFormStyle={{ rightWaveColor: 'white', waveColor: 'white', scrubColor: 'white' }}
         style={{ width: 500, height: 50, backgroundColor: '#000000' }}
 />

With this above code an error related to props comes up as shown below. Also this code works ok only on emulator with scrub moving. On real devices scrub doesnt moves. Testing on oneplus3 Android N 7.0. Also i am unable to change scrubcolor in both emulator as well as real devices.

screenshot_1505482096

<WaveForm
        autoPlay
        source={require('./wildbot.mp3')}
        waveFormStyle={{ waveColor: 'red', scrubColor: 'white' }}
        style={{ width: 500, height: 50, backgroundColor: '#000000' }}
 />

With above code as per the documentation i see this error.

screenshot_1505482249

@themakerman
Copy link
Author

@juananime any updates mate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants