is there way to use linear acceleration in expo react native? - react-native

we are trying to build human activity recognition app using react native using expo?
is there a way to get linear accleration from the device or we have to calculate using accelerometer sensor?

Related

how to implement activity recognition in react native?

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.

react native music controll, AVExpo and react native sound

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.

How to extract realtime frequency from a sound from microphone in react native?

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?

360 3D Product Image Rotation using 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

Does react native support sample-level audio callback from microphone source?

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.