FYLSunghwan / react-native-piano-sampler

React Native Piano Sampler : Reads sf2 with FluidSynth(on Android) or sfz with AudioKit(on iOS)
MIT License
13 stars 4 forks source link

[Android] Okio fail #9

Open martonszabolcs opened 2 years ago

martonszabolcs commented 2 years ago

If I try to build from android studio I get okio deprecated error. Here is the solution:

import okio.Okio replace to:

import okio.sink
import okio.source
import okio.buffer