Skip to content

Commit

Permalink
fix(react-native): fix the android error for react-native-config (#15290
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xiongemi committed Feb 27, 2023
1 parent 346f5f9 commit 0f313e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint;
import com.facebook.react.defaults.DefaultReactNativeHost;
import com.facebook.soloader.SoLoader;
import java.util.List;
import com.lugg.ReactNativeConfig.ReactNativeConfigPackage;
import com.lugg.RNCConfig.RNCConfigPackage;

public class MainApplication extends Application implements ReactApplication {

Expand Down

0 comments on commit 0f313e5

Please sign in to comment.