Keshav Kaul
Keshav Kaul
@Dineshchitta In iOS, file:// schema works but in android you will have to provide an absolute path.
@n8fr8 Hi, i was looking around and found this nodejs repo [facebook-chat-api](https://github.com/Schmavery/facebook-chat-api). This repo makes it possible to connect to facebook without using the deprecated chat api. Maybe this will...
Hmm It seems someone has started the JS library. https://github.com/blockstack/blockstack-js
unfocused and focused UI
Any recommendations on how to customise text input? Or if i have to fix this, where to look for this issue?
Thanks, i tried your suggestion but notice that in tvOS's native text input screen, the text is applied a vertical offset and appears cut off.
@flyandi Have fixed this in #18 Update the package to v1.0.1
@tienlm1509 Please provide more information like: 1. React-Native version. 2. Steps to reproduce the issue. 3. Description
@vccabral `create-react-native-app` has a limitation on using only native libraries provided by react. You will have to eject your app and try linking this package. You can read the docs...
@vccabral Did you do this mentioned in README? ``` For iOS, open Application Project in Xcode and find RNSketchView project under Libraries Folder. Drag SketchViewContainer.xib into your application project, adding...