Code Monkey home page Code Monkey logo

react-native-movesense's Introduction

Hi there ๐Ÿ‘‹

react-native-movesense's People

Contributors

johan-dutoit avatar

Stargazers

 avatar

Watchers

 avatar  avatar

react-native-movesense's Issues

Correct way to install library in IOS

Hello,

I am trying to install this library in my expo project in IOS.

I have done "yarn add react-native-movesense"

Without adding "pod 'Movesense', :git => 'ssh://[email protected]:443/suunto/movesense-mobile-lib.git'" line to the "Podfile", "cd ios && pod install" failed.

When I do "pod install"after adding "pod 'Movesense', :git => 'ssh://[email protected]:443/suunto/movesense-mobile-lib.git'" line to the "Podfile", it gives me an error "Please make sure you have the correct access rights and the repository exists."

Can you provide more detailed explanation on how to instal pod?

Thank you in advance.

ReactMds has not linked successfull

Hello,

I followed your instructions (expo eject, pod installs.... and stuff).
I was successful in building the app to my device.. however I get an Exception of "ReactMds has not linked successfull"..

Do you have any idea what could have caused this?

Thanks in advance

Addition step for ios

Hello,

Where can I find 'libmds.a' from Movesense pod?

Could you provide more detailed explanation regarding ios additional?
Specifically, I am stuck with step 2 "Add 'libmds.a' from Movesense pod to your list of linked libraries. You may need to also add library search path for it."

Thank you

Run on mdslib-1.68.0

Hi, the project looks really promising, and it would be nice to have this simple access to the Memsense sensors.

I'm trying to start a new project using your library.
I followed the installation steps, fixed some errors, and now, after compilation, the app will just close immediately with no errors.

Here are some more details:

I'm using react native 0.69.3, android 12(32), and min 4.3(18). The movesense release I downloaded is mdslib-1.68.0(1)-release.aar.

To compile, I had to add some settings to android/app/build.gradle:

android {
	packagingOptions {
		pickFirst 'lib/arm64-v8a/libc++_shared.so'
		pickFirst 'lib/x86/libc++_shared.so'
		pickFirst 'lib/armeabi-v7a/libc++_shared.so'
	}
	...
}

This project is now two years old, and I'm wondering if you plan to keep upgrading to the latest versions of OS and Memsense. The startup I'm working for would be interested in using this library. Is there any way we can get in contact?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.