Mitsuharu Emoto

Results 6 comments of Mitsuharu Emoto

useDeviceOrientation, too. I will try PR that replace removeEventListener, however each addEventListener() returns void at @type/react-native: "0.62.18" in package.json. Latest @types/react-native, Dimensions.addEventListener() returns EmitterSubscription. https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native/index.d.ts#L6151-L6154

I have added a patch file (patch-package) for this issue.

@featuriz 1. set up [patch-package](https://www.npmjs.com/package/patch-package) for your project 2. open `node_modules/react-native-sqlite-storage/react-native.config.js` 3. edit as follows ```diff - ios: { - project: './platforms/ios/SQLite.xcodeproj' - }, + ios: {}, ``` 4. run...

epdiy of current main brach drops to support ESP-IDF 4. see: https://github.com/vroland/epdiy/commits/main/ I develop with epdiy that used to support ESP-IDF 4. ```diff lib_deps = - epdiy=https://github.com/vroland/epdiy.git + epdiy=https://github.com/vroland/epdiy.git#d84d26ebebd780c4c9d4218d76fbe2727ee42b47 ;...