InstagramClone
InstagramClone copied to clipboard
Instagram Clone React Native Tutorial 2021 👨💻 I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it a...
https://github.com/SimCoderYoutube/InstagramClone/wiki/Setup-your-project Need to install the exact version of node, npm, and expo that were used to create the project. Example: saying "npm i -g expo-cli" will never work, there are...
error while running clearData utility ReferenceError: Can't find variable: initialState This error is located at: in Main (created by Connect(Main)) in Connect(Main) (created by SceneView) in StaticContainer
I've been following the tutorial and got this error
https://github.com/SimCoderYoutube/InstagramClone/blob/e42308ee5fc186310bab10d4f1dfc955604c842f/frontend/redux/actions/index.js#L102 This line of code in the redux action folder inside the fetchUsersFollowingPosts(uid) function is responsible for fetching the individual posts of the users that the user is following, specifically...
{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies": { "@react-native-community/masked-view": "0.1.10", "@react-navigation/bottom-tabs": "^5.11.8",...
Hi, I'm getting the following error when opening the Feed Screen: Possible Unhandled Promise Rejection (id: 0): TypeError: undefined is not an object (evaluating 'snapshot.query.EP.path') The Feed also won't render...
updateUserFeedPosts is not defined in Redux actions?
I have the same "comment" page as you: ``` import { Text, View, FlatList, Button, TextInput, TouchableOpacity } from 'react-native' import React, { useState, useEffect } from 'react' import firebase...
Unable to start your application. Please refer to https://expo.fyi/no-registered-application for more information. at node_modules/react-native/Libraries/ReactNative/AppRegistry.js:200:6 in runApplication TypeError: undefined is not an object (evaluating '_expoModulesCore.NativeModulesProxy.ExpoCrypto') at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException at node_modules/react-native/Libraries/Core/ExceptionsManager.js:171:19...
Before `firebase deploy` there are Eslint checks for `backend/functions/index.js` Here is the updated file with suggested eslint fixes ``` const functions = require("firebase-functions"); const admin = require("firebase-admin"); admin.initializeApp(); const db...