Merge pull request #207 from nfl/fix-packagename-android

fix package name mismatch for Android
This commit is contained in:
Stanisław Chmiela
2016-06-08 11:07:04 +02:00
3 changed files with 7 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.brentvatne.RCTVideo">
package="com.brentvatne.react">
</manifest>