Akshay Gaonkar
Akshay Gaonkar
Hope this helps. 
awsmoble : 1.1.4 aws-amplify : ^0.4.6 aws-amplify-react : ^0.1.52 npm : 5.5.1 node : 8.9.1 but is it normal to 84.65% (1,693.00/2,000 Requests), for just 3 TableCRUD api?
haha just crossed free Tier. Even if i update api for table 1, table 2 also get zipped and uploaded.
hi, i finally made it working by : changing file *node_modules\react-native-linear-gradient\android\build.gradle file : ``` def DEFAULT_COMPILE_SDK_VERSION = 26 def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3" // only this line changed from 26.0.3 to...
@karlmarxlopez thanks 👍 ``` // // // in your android/build.gradle // allprojects { repositories { mavenLocal() jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is...
> @9paradox did you find any solution? i am able to build this by changing : `import * as RN from 'react-native';` to `import * as RN from 'react-native-web';` in...
its already available 'onSend' ``` constructor(props) { //init stuff this.onSend = this.onSend.bind(this); //bind the function } onSend(message) { if(message && message[0] && message[0].text){ //send msg to server } } render()...
Latest Update : https://github.com/9paradox/UPAToolkit