Skip to content

duggster/testcalperms

Repository files navigation

Minimum reproducible example for expo-calendar useCalendarPermissions() bug report

Steps I followed

  1. Initialize a new Expo app

    npx create-expo-app@latest testcalperms
  2. Run reset-project script

    npm run reset-project
  3. Install expo-calendar

    npx expo install expo-calendar
  4. Configure app.json

    {
    "expo": {
     "plugins": [
       [
          "expo-calendar",
         {
           "calendarPermission": "The app needs to access your calendar."
         }
       ]
     ]
    }
    }
  5. Run the app

    npx expo start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published