js/FacebookSDK.js (3 lines): - line 69: userID: accessToken.userID, // FIXME: RNFBSDK bug: userId -> userID - line 130: // FIXME: Move this into RNFBSDK - line 136: // FIXME: RNFBSDK bug: result is Object on iOS and string on Android js/common/ParallaxBackground.js (2 lines): - line 31: // TODO: Remove this magic numbers - line 41: backgroundColor: string, // TODO: This makes it seems like image loads faster. Remove js/common/PureListView.js (2 lines): - line 48: // FIXME: Android has a bug when scrolling ListView the view insertions - line 59: // TODO: This has to be scrollview height + fake header js/tabs/schedule/SessionsCarousel.js (2 lines): - line 46: rowIndex: number, // TODO: IndexWithinSection - line 81: // TODO: Add test server/parse-server/cloud/functions/notifications.js (2 lines): - line 79: // channels: ['developer'], // TODO: remove scoping - line 80: where: {}, // TODO: replace dev channel with empty query js/tabs/schedule/GeneralScheduleView.js (2 lines): - line 50: // TODO: Move from reselect to memoize? - line 203: return ; // TODO: better solution than spacer view server/parse-server/cloud/functions/messengerbot.js (1 line): - line 154: .limit(1000) // TODO: paginate/chunk results! js/tabs/F8TabsView.js (1 line): - line 100: StatusBar && StatusBar.setBarStyle("light-content"); // TODO: VIDEO FIX? js/setup.js (1 line): - line 49: // TODO: Don't prevent fontScaling on iOS (currently breaks UI) js/common/ListContainer.js (1 line): - line 208: // FIXME: elevation doesn't seem to work without setting border js/tabs/schedule/ScheduleListView.js (1 line): - line 116: } // TODO: different fix js/F8App.js (1 line): - line 53: // TODO: Make this list smaller, we basically download the whole internet js/actions/installation.js (1 line): - line 36: // TODO: Get this information from the app itself js/tabs/schedule/MyScheduleView.js (1 line): - line 73: // TODO: Rename to MyF8View js/F8Navigator.js (1 line): - line 103: // TODO: Proper scene support js/tabs/schedule/F8SessionDetails.js (1 line): - line 225: // login: true, // TODO: Proper route js/video/F8VideoPlayer.js (1 line): - line 75: // TODO: better fix for ios status disappearance bug js/filter/FriendsList.js (1 line): - line 73: const firstName = name.split(" ")[0]; // TODO: problems with i18n server/parse-server/cloud/functions/friends.js (1 line): - line 15: // TODO: Fetch all friends using paging js/common/F8TimelineSegment.js (1 line): - line 51: color: F8Colors.colorWithAlpha("tangaroa", 0.2), // TODO: Should be 0.4 alpha js/actions/login.js (1 line): - line 108: // TODO: Make sure reducers clear their state js/actions/notifications.js (1 line): - line 40: // TODO: Send PR to remove this inconsistency