buschco

Results 20 issues of buschco

if you use an old tag, the latest native files get pulled. With this fix, the native files will match the installed version

if you use an old tag, the latest native files get pulled. With this fix, the native files will match the installed version

this ensures that the version of the JS and native iOS code matches.

### NextUI Version 2.2.9 ### Describe the bug Being outside of the Provider, causes the content to have the wrong theme. Providing the `portalContainer`-prop for `Select` would be a fix,...

๐Ÿ› Type: Bug

```flow type Props = $ReadOnly void}) => void }> | $ReadOnly void }> const A: (p:Props) => void = () => {} const actionId: string = `1` A({ actionId, onPress:({dispatch})...

bug
Typing: completeness

### Current behavior https://github.com/user-attachments/assets/c0e4ce07-8220-4c74-9057-15598ed6f647 ### Expected behavior https://github.com/user-attachments/assets/2949650c-657e-4213-aaf7-2c593703d8d1 ### Reproduction https://github.com/buschco/react-native-pan-responder-issue Works fine with: cd ReproducerApp && cd ios && RCT_NEW_ARCH_ENABLED=0 bundle exec pod install && cd - && yarn...

bug
platform:ios
repro provided

## Describe the Feature In the templates `.gitignore` https://github.com/react-native-community/template/blob/main/template/_gitignore the `Podfile.lock` is not listed. So I think it should be possible to install them reproducible. ## Possible Implementations - some...

feature request

## Summary see https://github.com/react-native-community/cli/issues/2668 and https://github.com/react-native-community/cli/issues/2663 (should fix both). This change ensures that local installed cocoapods (`bundle exec pod`) is used before system installed `pod`. ## Test Plan ### A:...

## Environment ``` info Fetching system and libraries information... System: OS: macOS 15.5 CPU: (14) arm64 Apple M4 Pro Memory: 1.52 GB / 48.00 GB Shell: version: "5.9" path: /bin/zsh...

bug report

**Describe the bug** The KeyboardAvoidingView is not expanding **Code snippet** ```tsx import React, { useState } from "react"; import { Modal, StyleSheet, Text, TextInput, TouchableOpacity, View, } from "react-native"; import...

๐Ÿ› bug
๐ŸŒŽ modal
KeyboardAvoidingView ๐Ÿงช
repro provided
๏ฃฟ iOS 26
๐Ÿ”ฅ Attention