Tomasz Misiukiewicz

Results 7 issues of Tomasz Misiukiewicz

This RFC introduces the idea of upstreaming part of Expo Config Plugins into the React Native core, which can then be consumed by RN CLI, Expo, and others. We want...

Summary: --------- Original issue: #870 Currently autolinking mechanism is using only dependencies explicitly defined in `package.json`. However, when you install package dependent on other package containing native code, these additional...

docs
feature

## Description ``` % yarn ios --simulator 'iPhone 15 Pro' warn Multiple Podfiles were found: ios/Podfile,macos/Podfile. Choosing ios/Podfile automatically. If you would like to select a different one, you can...

bug report

Summary: --------- Prettify `xcodebuild`error output if not using `xcpretty` or `xcbeautify`. **No formatter:** ![image](https://github.com/react-native-community/cli/assets/13985840/51afb99e-8e30-4ad0-86d7-0970dd6272e3) **Xcpretty:** **Xcbeautify:** Test Plan: ---------- 1. Init new project without installing Cocoapods 2. Run `ios` command...

Summary: --------- It cannot access package name from `build.gradle` when the module is named differently than `app`. This PR is fixing it. Closes #2516 Test Plan: ---------- 1. Init fresh...

bugfix

## Environment ```System: OS: macOS 14.6.1 CPU: (8) arm64 Apple M1 Pro Memory: 104.22 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.0 path: ~/.nvm/versions/node/v18.18.0/bin/node Yarn:...

bug report

### Explanation of Change ### Fixed Issues $ https://github.com/Expensify/App/issues/53822 PROPOSAL: ### Tests 1. Tap fab-- start chat 2. Select a user and create a group chat 3. Once you are...