Expo doctor app

quando vou postar meu app recebo este erro:

Running "expo doctor"

2[stderr]

[15:44:33] Error: Problems validating fields in app.json. Learn more: https://docs.expo.dev/workflow/configuration/

Prebuild:

- Creating native project directories (./ios and ./android) and updating .gitignore

2[stderr]

[15:44:34] Error downloading and extracting template package: Error: npm exited with non-zero code: 1

3

- Creating native project directories (./ios and ./android) and updating .gitignore

4[stderr]

[15:44:34] ENOENT: no such file or directory, stat '/tmp/ec5c4693236c462bb33e860f7cd35854/android'

5

- Creating native project directories (./ios and ./android) and updating .gitignore

6

✖ Failed to create the native project.

7

[15:44:34] You may want to delete the `./ios` and/or `./android` directories before trying again.

8bash exited with non-zero code: 1
3[stderr]

[15:44:33]  • should NOT have additional property 'userInterfaceStyle'.

4[stderr]

[15:44:33]  • should NOT have additional property 'web'.

5

Command "expo doctor" failed.

bash exited with non-zero code: 1

Hi @nerivaldo

It looks like maybe you have userInterfaceStyle and web in the wrong location in app.json.

Can you post your app.json here?