Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[draft] upgrade rn example app #2864

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

[draft] upgrade rn example app #2864

wants to merge 6 commits into from

Commits on Apr 30, 2024

  1. feat: upgrade RN example

    Upgrades to Expo 50, RN 73
    zibs committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a221082 View commit details
    Browse the repository at this point in the history
  2. Update pnpm-lock.yaml

    zibs committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d891e0a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update package.json

    Update pnpm-lock.yaml
    zibs committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f441ced View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. victory-native -> workspace dependencies

    In a221082 we removed the deps from the native demo, since we really just need the `victory-native` package, but that seemed to have broken the actual DX of making changes to packages while running the demo app.
    
    This fixes it so that it points to the local packages, but I'm not totally sure on what happens during releases?
    zibs committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a244ec0 View commit details
    Browse the repository at this point in the history
  2. Update action.yml

    try version 9 for pnpm
    zibs committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b15532b View commit details
    Browse the repository at this point in the history
  3. cast ViewStyle for now

    zibs committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d41023d View commit details
    Browse the repository at this point in the history