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

React Native module for commincating with Layer iOS SDK https://layer.com/

Results 2 react-native-layerkit issues
Sort by recently updated
recently updated
newest added

Hi, Trying to get it work, but getting `Layer.connect is not a function`. following the manual added pod etc... then: ``` const CONFIG = require('./config') ; const Layer = require('react-native-layerkit');...

@leejms , do you have an example project I can look at? Looking to tie all the pieces together and it's my first time using LayerKit. Thanks!