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

fix: optimise augmented reality #883

Merged
merged 1 commit into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. fix: optimise augmented reality

    - added `totalMemory` value to `device.js` to see the `RAM` information of the device and
      used `totalMemory` in `expo-device` package
    - added `GB_TO_BYTES` section to `consts.js` because the `totalMemory` property gives us RAM
      in bytes and therefore we need to know gb in bytes
    - removed `spot` and `quad` (shadow) to optimise AR for devices with less than 2 gb of RAM
    
    SVA-1073
    ardasnturk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a345a69 View commit details
    Browse the repository at this point in the history