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

Turbomodule + Bridgeless support #602

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
WIP android turbomodule support
sektr63a authored and hyochan committed Jun 11, 2024
commit 969fa1fb0ddc263535f526b397dfd7a3dbfd3d50
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import com.dooboolab.audiorecorderplayer.RNAudioRecorderPlayerModuleImpl
class RNAudioRecorderPlayerModule(reactContext: ReactApplicationContext) : NativeAudioRecorderPlayerSpec(reactContext) {
private var implementation: RNAudioRecorderPlayerModuleImpl = RNAudioRecorderPlayerModuleImpl(reactContext)

override fun getName() = NAME
override fun getName() = RNAudioRecorderPlayerModuleImpl.TAG

override fun startRecorder(uri: String, meteringEnabled: Boolean, audioSets: ReadableMap?, promise: Promise) {
implementation.startRecorder(uri, meteringEnabled, audioSets, promise)