mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-23 14:40:44 -06:00
Co-authored-by: tykerr <tykerr@gmail.com> Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com> Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
import { registerRootComponent } from "expo";
|
|
import { LogBox } from "react-native";
|
|
import App from "./src/app";
|
|
|
|
registerRootComponent(App);
|
|
|
|
LogBox.ignoreAllLogs();
|