以前のリビジョンの文書です
コールバックでtxを参照していないためのエラー。
db.transaction(console.log("callback"), console.log("error"), console.log("success")) ↓ db.transaction((tx)=>{console.log("callback")}, console.log("error"), console.log("success"))
おそらくバインドの問題。bindをするか⇒で書く。
blob:http://localhos…6-9c681da2d1b3:3574 Accessing view manager configs directly off UIManager via UIManager['AIRMapLite'] is no longer supported. Use UIManager.getViewManagerConfig('AIRMapLite') instead.
How to solved UIManager['AIRMapLite'] is no longer supported. (White Screen with white Logo)
import {YellowBox} from 'react-native'; render() { YellowBox.ignoreWarnings(['Warning: ...']); // <- insert the warning text here you wish to hide. return ( //cool ui stuff ); }