While following the documentation provided on github to integrate chime into existing react-native project, this line

packages.add(new NativeMobileSDKBridgePackage());

throwing error. Even after adding import as

package com.abc.mainFolder;

import com.abc.mainFolder.NativeMobileSDKBridgePackage;

NativeMobileSDKBridgePackage.kt file is present in the above import path.

0

There are 0 best solutions below