react-native-matrix icon indicating copy to clipboard operation
react-native-matrix copied to clipboard

how to run

Open seshubonam opened this issue 2 years ago • 1 comments

tried yarn install, got some errors related to JSTimers and logger.js PATH.. modified it to (./node_modules/react-native..) from (../react-native)

like the following. yarn install works without errors. // let fileLocation = './node_modules/react-native/Libraries/Core/Timers/JSTimers.$ /// fileLocation = './node_modules/matrix-js-sdk/lib/logger.js';

after that how to run this.

I am trying to use this as a starting point for a react native chat app matrix-client.

any help helps, thanks

seshubonam avatar Jun 15 '23 19:06 seshubonam

tried yarn install, got some errors related to JSTimers and logger.js PATH.. modified it to (./node_modules/react-native..) from (../react-native)

like the following. yarn install works without errors. // let fileLocation = './node_modules/react-native/Libraries/Core/Timers/JSTimers.$ /// fileLocation = './node_modules/matrix-js-sdk/lib/logger.js';

after that how to run this.

I am trying to use this as a starting point for a react native chat app matrix-client.

any help helps, thanks

did you manage to install matrix and run it?

dimaokk avatar Nov 01 '23 13:11 dimaokk