Skip to content

Commit

Permalink
fix: android package name
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Oct 4, 2019
1 parent 6fc971d commit d8d3085
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.doomsower">
package="com.github.doomsower.rnzxcvbn">

</manifest>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.doomsower;
package com.github.doomsower.rnzxcvbn;

import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.doomsower;
package com.github.doomsower.rnzxcvbn;

import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.NativeModule;
Expand Down

0 comments on commit d8d3085

Please sign in to comment.