softmastx
softmastx
Why text is getting blurred while zooming the view Any solution please!
Undefined component inside the panel! ``` this.slidingpanel = ref} showBackDrop={false} visible={this.state.visible} onRequestClose={() => this.setState({visible: false})}> this.contenttext = ref} >Here is the content inside panel ....... onItemPress = () => {...
React-Native 060
Install manually on Android "react-native": "0.55.0", "react-native-navigation": "1.1.431", "react-native-pdf-lib": "0.2.0", MainApplication.java ``` import com.hopding.pdflib.PDFLibPackage; protected List getPackages() { return Arrays.asList( new FastImageViewPackage(), new VectorIconsPackage(), new PDFLibPackage() ); } ```