Removed all traces of sockets, real-time collab and other stuff.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { StatusBar } from "expo-status-bar";
|
||||
import React from "react";
|
||||
import { SafeAreaView, StyleSheet, Text, View } from "react-native";
|
||||
import { SafeAreaView, StyleSheet, Text } from "react-native";
|
||||
import { WebView } from "react-native-webview";
|
||||
|
||||
function safeRun(fn: () => Promise<void>) {
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import { Editor } from "../../webapp/editor";
|
||||
import { Space } from "../../webapp/space";
|
||||
|
||||
declare namespace window {
|
||||
var ReactNativeWebView: any;
|
||||
var receiveMessage: any;
|
||||
|
||||
Reference in New Issue
Block a user