We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a new issue reproduced with a fresh project of react-native and this package.
Packages/Versions
"@gigasz/react-native-sketch-canvas": "^0.8.3", "react": "16.8.6", "react-native": "0.60.5"
Component Code (copied from example in README.md)
import React, { Component } from 'react'; import { AppRegistry, StyleSheet, View, } from 'react-native'; import { SketchCanvas } from '@gigasz/react-native-sketch-canvas'; export default class example extends Component { render() { return ( <View style={styles.container}> <View style={{ flex: 1, flexDirection: 'row' }}> <SketchCanvas style={{ flex: 1 }} strokeColor={'red'} strokeWidth={7} /> </View> </View> ); } } const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F5FCFF', }, });
Error Apparently, UIManager.getViewManagerConfig('RNSketchCanvas').Constants is undefined in Line 258 of SketchCanvas.js.
UIManager.getViewManagerConfig('RNSketchCanvas').Constants
SketchCanvas.js
The text was updated successfully, but these errors were encountered:
same issue happened.
Sorry, something went wrong.
No branches or pull requests
This is a new issue reproduced with a fresh project of react-native and this package.
Packages/Versions
Component Code (copied from example in README.md)
Error
Apparently,
UIManager.getViewManagerConfig('RNSketchCanvas').Constants
is undefined in Line 258 ofSketchCanvas.js
.The text was updated successfully, but these errors were encountered: