There was an error while loading. Please reload this page.
1 parent 2533e4e commit a0d226eCopy full SHA for a0d226e
app/views/Database/Demos/Chat.js
@@ -37,7 +37,6 @@ export class Chat extends React.Component {
37
// messages: GiftedChat.append(previousMessages, messages)
38
// }, () => {
39
.on('child_added', (snapshot) => {
40
-console.log('child_added called -->', this);
41
this.setState({
42
messages: GiftedChat.append(this.state.messages, snapshot.val())
43
})
ios/FirestackApp/AppDelegate.m
@@ -12,6 +12,8 @@
12
#import "RCTBundleURLProvider.h"
13
#import "RCTRootView.h"
14
15
+@import Firestack;
16
+
17
@implementation AppDelegate
18
19
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
0 commit comments