Skip to content

Commit

Permalink
See instructions at zmxv/react-native-sound#567
Browse files Browse the repository at this point in the history
com.zmxv.RNSound.RNSoundPackage needs to be manually added to package list.
  • Loading branch information
mdoery committed Mar 20, 2020
1 parent 23b4e82 commit b6992e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import com.facebook.soloader.SoLoader;
import java.lang.reflect.InvocationTargetException;
import java.util.List;
import com.zmxv.RNSound.RNSoundPackage;

public class MainApplication extends Application implements ReactApplication {

Expand All @@ -25,6 +26,7 @@ protected List<ReactPackage> getPackages() {
List<ReactPackage> packages = new PackageList(this).getPackages();
// Packages that cannot be autolinked yet can be added manually here, for example:
// packages.add(new MyReactNativePackage());
packages.add(new RNSoundPackage());
return packages;
}

Expand Down

0 comments on commit b6992e0

Please sign in to comment.