Ashoat Tevosyan
Ashoat Tevosyan
In `react-navigation` we have a CI that tests our libdef against an example project. We ask that users submit their libdef changes first to our repo, so we can make...
I have a chat app that uses React Navigation to implement a tab bar and a header bar. When users press on an image that was sent in the chat,...
Hey, I just wanted to check to see if there's any interest / work on Hermes support for the React Native Debugger. The React Native team's work on JSI is...
I have an app with `android:windowTranslucentNavigation` enabled, which makes it so Android doesn't resize the window for the soft keyboard. `react-native-safe-area-context` handles this well for most versions of Android, but...
## Describe the Feature I'd like to be able to copy and paste images. Would the maintainers be open to a PR that adds support? ## Possible Implementations This should...
## Proposal As of Node 16.14, Node's experimental support for ESM requires that imports of JSON modules are annotated with [import assertions](https://github.com/tc39/proposal-import-assertions). Node docs for [Node 18](https://nodejs.org/api/esm.html#import-assertions), [Node 16](https://nodejs.org/dist/latest-v16.x/docs/api/esm.html#import-assertions) Flow...
## Environment ``` React Native Environment Info: System: OS: macOS High Sierra 10.13.5 CPU: x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 25.07 MB / 16.00 GB Shell: 3.2.57 -...
`_DEFAULT_SOURCE` replaces `_BSD_SOURCE` in glibc 2.19. However, the "Debian 7.11 2015-06-15 4GB SD LXDE" image referenced in the instructions has glibc 2.13. Keeping both lines in the Makefile should preserve...
`@redux-devtools/[email protected]` bumps React to 19, whereas `@redux-devtools/[email protected]` was on React 18. It looks like React 19 no longer has UMD distros [here](https://github.com/reduxjs/redux-devtools/blob/main/packages/redux-devtools-cli/src/routes.ts#L23), which results in React failing to load. The...