Hey, i want to use your react-native-fcm in my app.
there are only react-native and your react-native-fcm.
I made all steps from readme, but i cant build app.
paste error:
../../../MainActivity.java:47: error: cannot find symbol
new FIRMessagingPackage(getIntent())
^
symbol: class FIRMessagingPackage
location: class MainActivity
Add import com.evollu.react.fcm.FIRMessagingPackage; in the top of MainActivity
rnpm show add this import automatically. @Przemocny is your issue solved?
solved
Most helpful comment
Add
import com.evollu.react.fcm.FIRMessagingPackage;in the top of MainActivity