Expo kit android name not working?

I’m trying to expo eject from my react native project as I need to install some custom native modules.

However when I get to the point of naming the android package it comes with an error no matter what I call it.


? What would you like your Android package name to be?

Invalid format of Android package name (only alphanumeric characters, ‘.’ and ‘_’ are allowed,
and each ‘.’ must be followed by a letter)


any help would be much appreciated?

Thanks

1 Like

Hey @paulbobrayner,

Can you run expo diagnostics and paste the logs that are printed out here as well as share the contents of your app.json?

Cheers,
Adam

Hey @adamjnav,

I am also getting the same issue…

Diagnostics are :

Expo CLI 2.11.6 environment info:
System:
OS: macOS 10.14.1
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 11.9.0 - /usr/local/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
npm: 6.5.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
expo: ^32.0.0 => 32.0.6
react: 16.5.0 => 16.5.0
react-native: https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz => 0.57.1
react-navigation: ^3.3.2 => 3.3.2
npmGlobalPackages:
expo-cli: 2.11.6

I might have to install Android Studio… as i just removed it…

Cheers,

Jamie

1 Like

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