Karol Wąsowski
Karol Wąsowski
### Actual behaviour I'm trying to upload my entire photo collection from Android (2700+ photos) and on confirming selection in the file manager owncloud closes. ### Expected behaviour The app...
## Description `react-native-screens: software-mansion/react-native-screens#568e588817538740dff23a3590748614d4c346e3 => 3.15.0` `react-native-gesture-handler: 2.4.2 => 2.5.0` ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated...
## Description This PR adds timing info to callback passed to useFrameCallback. ## Changes New type: ```ts type FrameTimings = { timestamp: number; frameTime: number | null; elapsedTime: number; };...
## Description Introducing a new article to the documentation under the `Guides` section titled `Debugging Reanimated`. The article explains which tools can be used for debugging React Native apps running...
## Description This new hook makes it easy to create animations based on the offset of a ScrollView. Interface: ```js export function useScrollViewOffset( aref: RefObject ): SharedValue ``` ## Checklist...
Hi, I've managed to figure out how to start a shell using this library, but I don't know how to execute commands inside it (exactly as the connectbot app does)....
## Motivation Hi, I'm a member of the [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) team at Software Mansion, where we develop a module for React Native. Due to the architecture of this module, we need...
## Description Made the debugger console more responsive and bumped Flipper plugin versions. ## Demo https://user-images.githubusercontent.com/10947344/191760720-8c587bd0-4153-4e2a-9f01-5edddec885ac.mp4 ## Checklist - [ ] Included code example that can be used to test...
## Description // TODO ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated TS types - [ ] Added...
## The state of things What works: - Example What doesn't work: - FabricExample - multiple versions of react-native - TSLint in shared sources ## Checklist - [ ] Included...