Skip to content

Instantly share code, notes, and snippets.

View ovidb's full-sized avatar

Ovidiu Bodea ovidb

View GitHub Profile
/*
* Scaffolding
* Basic and global styles for generating a grid system, structural layout, and page templates
* ------------------------------------------------------------------------------------------- */
.container
Sets a width of 940px which also centres the content (clears floated elements before/after)
.container-fluid
Sets a minimum width of 940px (clears floated elements before/after)
diff --git a/node_modules/config-plugin-react-native-intercom/build/withIntercomIOS.js b/node_modules/config-plugin-react-native-intercom/build/withIntercomIOS.js
index ac076f8..e3cb331 100644
--- a/node_modules/config-plugin-react-native-intercom/build/withIntercomIOS.js
+++ b/node_modules/config-plugin-react-native-intercom/build/withIntercomIOS.js
@@ -56,15 +56,7 @@ function modifyObjcAppDelegate({ contents, apiKey, appId, pushNotifications, })
contents = contents.replace(/#import "AppDelegate.h"/g, `#import "AppDelegate.h"\n#import <IntercomModule.h>\n#import <UserNotifications/UserNotifications.h>`);
}
const initMethodInvocationBlock = `[IntercomModule initialize:`;
- const registerIntercomPushCode = `
- // START INTERCOM PUSH