Anesh Parvatha
Anesh Parvatha
As react-native is deprecating `ListView`, we need support of `FlatList` component
``` const Web3 = require('web3'); const rpcURL = 'https://ropsten.infura.io/v3/'; const contractAddress = '0xcbbfbafedb0eb83016d2a96a4e80d30b20fa3e30'; const email = '[email protected]'; const emailHash = '0xbe166c9942e280bb26c7e658bec28539d4b24fc633d8be6d4b005cc204933b84'; const abi = [ { constant: false, inputs: [{...
### Description We are integrating instabug for our mobile website. We followed the documentation and integrated it. In desktop it's working fine but in mobile devices, we are not able...