Skip to content

Commit

Permalink
- renaming android package name
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Feb 8, 2019
1 parent ee520d8 commit 1cb9ac3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import android.app.Application;

import com.facebook.react.ReactApplication;
import com.reactlibrary.RNTooltipsPackage;
import px.tooltips.RNTooltipsPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
Expand Down
4 changes: 1 addition & 3 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactlibrary">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="px.tooltips">

</manifest>

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

package com.reactlibrary;
package px.tooltips;

import android.app.Activity;
import android.graphics.Color;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

package com.reactlibrary;
package px.tooltips;

import java.util.Arrays;
import java.util.Collections;
Expand Down

0 comments on commit 1cb9ac3

Please sign in to comment.