itinance/react-native-sha256

Filepath and package name missmatch

G-2-Z opened this issue · 1 comments

G-2-Z commented

Filepath to android code is:
android/src/main/java/com/reactlibrary/

but java package name is:
package com.sha256lib;

Filepath should be changed to
android/src/main/java/com/sha256lib/

Th. Fixed with f091b32