jakexchan

Results 2 comments of jakexchan

I added `dependencies` in `react-native.config.js`. It's worked in Expo managed workflow and Expo SDK version is 46. ```js const path = require('path'); module.exports = { dependencies: { 'react-native-ui-lib': { root:...

Same issue. Found the code from `ApplicationModule.kt` of the `expo-application` module, according to the stack information. ![20230213235812](https://user-images.githubusercontent.com/12413643/218509599-3524ca54-c73d-4a21-8dd5-2f693611a14e.jpg) Is there any way to change it? Thanks a lot.