venkat

Results 2 comments of venkat

"react-native": "0.68.2", "react-native-svg": "^12.1.0", "react-native-svg-transformer": "^0.14.3" In metro.config.js const { getDefaultConfig } = require("metro-config") module.exports = (async () => { const { resolver: { sourceExts, assetExts } } = await...

● Test suite failed to run TypeError: Cannot read properties of undefined (reading 'open') 14 | import CustomButton from '../utils/CustomButton'; 15 | > 16 | const db = SQLite.openDatabase( |...