how to run
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
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?