Closed alchibaucha closed 6 years ago
same issue here
@lucasdutra13. For some reason, while linking the package, the package does not get added to the dependencies list on build.gradle(app) file.
To solve the problem, add
implementation project(':react-native-audio-record')
in dependencies block.
It should properly work.
I previously intended to post the solution. But forgot for some reason.
Thanks for bringing this up.
After linking the package, this import statement cannot be resolved.
import com.goodatlas.audiorecord.RNAudioRecordPackage
package com.goodatlas.audiorecord does not exist
Cannot find symbol new RNAudioRecordPackage()
Thanks.