Lizzi Lindboe

Results 23 issues of Lizzi Lindboe

Add a [TabNavigator](https://reactnavigation.org/docs/tab-based-navigation/). The first screen should be a "Components" demo. Experiment with: * Making the "Components" screen contain the cases shown in storybook (and compare with using storybook) *...

Adds the option to advance the tutorial when the user clicks outside the step component. Useful for tooltip styles without labeled buttons (i.e., clicking anywhere on the screen should advance)....

Add the `horizontalPosition` and `verticalPosition` props to the Tooltip component, so that custom Tooltip components can use that information for things like rendering custom arrows. (In my particular case, we...

Adds a prop that allows configuration of back button behavior. By default, it's still a no-op, but also allows either navigation to the previous step, or stopping the walkthrough all...

Did not realize this prop existed for a while, but it's very useful when rendering a bunch of steps in a list where not every list item is supposed to...

### Current behavior I'm unsure if this is a bug or a documentation issue. According to the [StackNavigator documentation on Animations](https://reactnavigation.org/docs/stack-navigator/#animations), I should be able to use `next.progress` in the...

bug
platform:web
platform:android
platform:ios
repro provided

**Do you want to request a *feature* or report a *bug*?** Report a bug and request help debugging. **What is the current behavior?** When running a React Native 0.64 app...

### Details Adds optimistic client-side updates for money requests for missing tags, categories, or disabled tags/categories. This PR handles edits, while https://github.com/Expensify/App/pull/32528 handled creation of money requests. Requires setting up...

Starting with Xcode 15, Apple is requiring that libraries and apps that use specific features register their “reason” for doing so in a new privacy manifest. This includes[ UserDefaults](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278401), which...

We've encountered issues with being able to consistently load file data from all apps. It seems individual apps are responsible for constructing their own data to share to the point...