reylen

Results 2 comments of reylen

create file react-native.config.js in your project root (not your library), and then added like this: ``` module.exports = { dependencies: { '@react-native-community/masked-view': {}, 'react-native-gesture-handler': {}, 'react-native-reanimated': {}, 'react-native-screens': {}, 'react-native-safe-area-context':{},...

_editor.current.blur();