juliandramirez / react-native-user-identity

Get the user id configured for the device (iCloud recordID for iOS, email of a device account for android)
Apache License 2.0
31 stars 12 forks source link

What are steps for installation using EXPO? Getting an error currently. #43

Closed faisalaltell12 closed 1 year ago

faisalaltell12 commented 1 year ago

I first added the package using the command: yarn add react-native-user-identity

Here is the error I receive when calling GetUserId() TypeError: Cannot read property 'getUserIdentity' of null, js engine: hermes

The next step is I generated a new iOS build and the build errored with the following:

image

Appreciate all the help!

faisalaltell12 commented 1 year ago

@juliandramirez Would appreciate your insight here!