YangJH
YangJH
# Report ## Plugin Version ## On what Platform are you having the issue? - ios ## What did you do? - `pod install --project-directory=ios` or `npx react-native link` with...
### Describe the bug fromEvent Observable expect RN's event(NativeEventEmitter) scheme have removeListener ``` // For APIs that implement `addListener` and `removeListener` methods that may // not use the same arguments...
전역적으로 context가 앱 전체를 감싸고 있고, 모든 acitivty들이 해당 context의 변화를 감지해야한다고 할 때, 보여지지 않는 화면은 사실 불필요한 render로직이 돌아가는 상황이기 때문에 children을 조작하는 등의 처리로 불필요한 컴포넌트 로직호출을...
## Summary Support pnpm package manager (from React Native 0.73 support pnpm, but doesn't yet support this library) ## Changelog Support pnpm package manager ## Test Plan works properly with...
## Summary change to weaker type definitions (partial revert commit bd74375bef2a618624c77d8be1bc0354460a502a) because current definition doesn't support below case - dev ```json { "public": { "OPTIONAL1": "test", "REQUIRE": "false" } }...
When we use react-native-keys, we need to add multiple JSON files for multiple build variants. and this approach is similar to using Dotenv. with JSON, however, we can handle multiple...
If there are more than 30 HTTP headers, interceptor strips out the request headers and server does not receive them I make a PR #730, but it is temporarily bypass...
If there are more than 30 HTTP headers, interceptor strips out the request headers and server does not receive them. (response headers also same) this PR fix above issue -...