Home:ALL Converter>React Native - Integrating Ace-Editor with React Native Application

React Native - Integrating Ace-Editor with React Native Application

Ask Time:2018-05-10T17:42:04         Author:Qin Guan

Json Formatter

Is there any way to integrate the Ace Editor into a React Native Application (how)? I'm quite new to React and switched from Swift. Or is there a Code Editor that can be implemented into react native already?

Author:Qin Guan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/50269918/react-native-integrating-ace-editor-with-react-native-application
saikrishna Nangunuri :

You can install this package to integrate code editor into react native where you can add JavaScript code and execute it.\nhttps://www.npmjs.com/package/react-native-monacco-editor\nStep - 1:\nInstall the package:\nnpm i react-native-monacco-editor\n\nStep -2:\nimport CodeEditor from 'react-native-monacco-editor';\n\nNow you are good to go. You can play with JavaScript code in your mobile with react native.",
2023-04-23T05:15:29
yy