Thomas Dittmar
Thomas Dittmar
Hi there, I have successfully implemented the package and love it. Great work. Right now I have stored the client object in the local store as shown in the example...
Hi all, First of all, thank you for the great lib. I have a question about applying a variant for multi-elements like this: ```js import styled from "styled-components/native" import {...
Hi all, First of all, I love this package and I have been using it for quite some time without any issues. Well done 👏 I have a question about...
Hi there, In my project I show a text that displays all information from a detected plane using the function `onPlaneDetected` of the `ARKit` component. Is there a way to...
### Version 1.0.7 ### Platform iOS ### OS version iOS 12 Xcode 10 ### Steps to reproduce 1. Clone project 2. Run project ### Expected behavior App runs and iBeacon...
Hi there, I get this error `Could not find image file:///var/mobile/Containers/../QRCode/E90..A0.png` if I use a Base64 string for a data content of 2 or more RS256 JWT tokens like that:...
Test app with the below packages has been installed on physical devices without `Linkedin` app installed. "react": "16.0.0-alpha.12", "react-native": "0.45.0", "react-native-linkedin-login": "^1.44.1" `LinkedinLogin` is initiated at `componentDidMount` and the `LinkedinLogin.login`...
Hi there, First of all I love this library and it works like a treat. I'm able to easily pair, connect, write and read data of 2 BT devices but...
Here the react-native environment "react": "16.0.0-alpha.6", "react-native": "^0.44.0", "react-native-check-app-install": "0.0.2" XCode environment Xcode 8.3.2 Tried to look for `linkedin` url schema but I get the following error msg `Cannot read...
Hi all, I have followed all steps described [here](https://github.com/joonhocho/react-native-linkedin-sdk) Here is props of my environment: ``` react - 16.0.0-alpha.6 react-native - 0.43.3 react-native-linkedin-sdk - 0.0.4 XCode - 8.3.2 ``` The...