{“error”: “Pool hard cap violation? Hard cap = 201326592 Used size = 195944028 Free size = 0 Request size = 12000000”}

Add resizeMethod=’resize’

2. After loading webView in RN, width and height will change. Solution: 1. <ScrollView onLayout={(e) => {this.setState({scale: e.nativeEvent.layout.width / screenWidth }) }}>