mieszko4

Results 20 comments of mieszko4

> May be related to [libimobiledevice/usbmuxd#172](https://github.com/libimobiledevice/usbmuxd/issues/172) (i.e. we need new version of `usbmuxd`) I've build HEAD of `usbmuxd` (https://github.com/libimobiledevice/usbmuxd/commit/2839789bdb581ede7c331b9b4e07e0d5a89d7d18) on Monterey 12.4 Guest using Quickemu (https://github.com/quickemu-project/quickemu) and I run it...

@nikias @FunkyM Any plans to cut a release? :pray: I think it would resolve some of the issues that people have with newer iOS. I would try to do that...

@ljharb I've added the test that would have failed without fix in `no-extraneous-dependencies.js`. Please take a look.

Try the following: 1. `npm install babel-polyfill --save-dev` 2. In your `index.android.js` and `index.ios.js` add `import "babel-polyfill";` at the begining

I haven't used 0.49 yet. Try with 0.48.1 - if it works, see what breaking changes there are in 0.49

This looks like the problem with new react in which you have to use `import PropTypes from "prop-types";` (https://github.com/goshakkk/react-native-simple-emoji-picker/blob/master/index.js#L1) Unfortunately this package hasn't been updated for over 1 year. I...

Not sure what plans @goshakkk has for that package.

> 2. Use -L, --legacy for react-native-version. It seams that agvtool works good with \\ characters. That did not work for me because my `CFBundleVersion` and `CURRENT_PROJECT_VERSION` gets reset for...

Related issue https://github.com/NativeScript/pbxproj-dom/issues/9

Changing `\\` to `' '` worked for me (as suggested in https://github.com/stovmascript/react-native-version/issues/52#issuecomment-1870914924)