Issue with validating slug in app.json

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): all

I’m getting the fillowing error, with run and build commands,

Error: Problem validating fields in app.json. See Configure with app.json/app.config.js - Expo Documentation
• Field: slug - ‘slug’ should match pattern “[1]+$”.

But the slug that I have provided does match the pattern,

{
  "expo": {
    "name": "PilotRoster Mobile",
    "slug": "pilotroster",
    "version": "1.0.0",
     ....

  1. a-zA-Z0-9_- ↩︎

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.