hybriteq / react-native-floating-bubble

A simple Facebook Chat Head like bubble for react native
MIT License
203 stars 56 forks source link

can't find getPackages() method #24

Open TruongLCC opened 3 years ago

TruongLCC commented 3 years ago

you say that Add new RNFloatingBubblePackage() to the list returned by the getPackages() method but I can find where the getPackages() method. This is my MainActivity.java

` package com.voicecontrolapp;

import com.facebook.react.ReactActivity; import com.reactlibrary.RNFloatingBubblePackage; public class MainActivity extends ReactActivity {

/**