I want to implement activity recognition with react native any one can suggest me which package/library is the best which works well with react native.
Hello I just would like to know if react native music control is compatible with the audios that can be recorded with AVExpo or in order to use react native music control I must use react native sound? If that is the case, is the recording of AVExpo and react native sound compatible? Thank you in advance.
I need to extract real-time frequency(and other data also if possible like amplitude etc) from a sound from a microphone like an app GuitarTuna. Is there any library or API using which I can achieve this thing in react native?
We're trying to find out if a 360 3D image rotation package for React Native exists for both Android and iOS. (or if it's straight forward without)
e.g. http://www.voidcanvas.com/demo/28823deye/ (thats just a jQuery example)
We're aware that there's things like React 360, and Google VR - however these put YOU in the center of the 360 environment, rather than putting an image sequence in the center - and letting you rotate the object.
currently react native doesn't have such things but you can use webview inside react native and use a javascript library to achive that. or you can implement yours with react native gesture handler
I hope to make an app based on React Native in which I can capture audio frame by frame and perform DSP analysis. Is there any library based on React Native that support this type of function? Thanks.