react-native-recording icon indicating copy to clipboard operation
react-native-recording copied to clipboard

Not working on 0.62

Open dezudas opened this issue 4 years ago • 5 comments

Its not working in IOS for react-native version 0.62❌ /Users/dijuptuladhar/Project/react-native/tunner/node_modules/react-native-recording/lib/ios/Recording.h:2:9: 'React/RCTEventEmitter.h' file not found

dezudas avatar Apr 11 '20 17:04 dezudas

Library maintainers should add a podspec to enable auto linking feature.

yigithanyucedag avatar Apr 14 '20 13:04 yigithanyucedag

https://github.com/chadsmith/react-native-microphone-stream Use this one. It has auto linking feature.

yigithanyucedag avatar Apr 14 '20 14:04 yigithanyucedag

@yigithanyucedag it doesn't work on android

zaporozhetsAnton avatar May 19 '20 10:05 zaporozhetsAnton

@yigithanyucedag your library shows wrong value inside the listener.

zaporozhetsAnton avatar May 19 '20 10:05 zaporozhetsAnton

I get TypeError: null is not an object (evaluating 'MicrophoneStream.init') with react-native-microphone-stream and TypeError: null is not an object (evaluating 'Recording.init') with react-native-recording

Please help

yarn config v1.22.10
info yarn config
{
  'version-tag-prefix': 'v',
  'version-git-tag': true,
  'version-commit-hooks': true,
  'version-git-sign': false,
  'version-git-message': 'v%s',
  'init-version': '1.0.0',
  'init-license': 'MIT',
  'save-prefix': '^',
  'bin-links': true,
  'ignore-scripts': false,
  'ignore-optional': false,
  registry: 'https://registry.yarnpkg.com',
  'strict-ssl': true,
  'user-agent': 'yarn/1.22.10 npm/? node/v15.2.1 darwin x64',
  lastUpdateCheck: 1606083383999
}

anilsamuel avatar Nov 23 '20 00:11 anilsamuel