Turned 23 today!! ❤️ A huge 80% off available on the react native course for beginners. Use coupon code SUJAN23 to avail the offer Link to the course : www.sujananand.in/s/store Regards, Sujan
thought of doing a QnA after 10k Subscribers, thank you everyone who subscribed! ask me any kind questions you have in mind, be it work or personal, I'll try making a video if I get good amount of questions......
also comment down on what kinds of projects you want next, and the name of the projects as well,
hey guys, since most of you wanted projects in react-native-cli... I am building projects using cli... starting off with some basic beginner level projects to long and intermediate projects!... will continue projects on expo as well... but for now focussing more on cli!
Hello Guys, trying to clarify the error most people got :
-> Registration Failed [AxiosError: Network Error] i get this error on registering new users, i need help please.
🔴 so basically if your following along my code and trying to see the output on your phone, it would give this error. or if there are any actual network issues as well.
🔴 so the way you can see the output on your phone is :
🟠 the api folder which we have created, inside that I have initialised a index.js file where all the backend code resides, over there no changes are to be made.
🟡 so let's suppose you are trying to register the user, the change has to be made in the register function :
🔴 so basically here you have to use your ip address and modify the URL. for example my ip address = xxx.xxx.xx.xx
🔵 axios.post("xxx.xxx.xx.xx:3000/register",user).then((response) => { console.log(response); Alert.alert("Registration successful","You have been registered successfully"); }).catch((error) => { Alert.alert("Registration failed","An error occurred while registering"); console.log("registration failed",error) });
Sujan Anand
Cheers to 24! ❤️🎉
Hoping for another amazing year!
Thank you everyone who supported 🙏🏻
2 months ago | [YT] | 54
View 19 replies
Sujan Anand
Turned 23 today!! ❤️
A huge 80% off available on the react native course for beginners. Use coupon code SUJAN23 to avail the offer
Link to the course : www.sujananand.in/s/store
Regards,
Sujan
1 year ago | [YT] | 30
View 3 replies
Sujan Anand
thought of doing a QnA after 10k Subscribers, thank you everyone who subscribed!
ask me any kind questions you have in mind, be it work or personal, I'll try making a video if I get good amount of questions......
also comment down on what kinds of projects you want next, and the name of the projects as well,
Thank You!
all love no hate!
1 year ago | [YT] | 28
View 4 replies
Sujan Anand
Hi everyone, I guess many are facing issues while enrolling to the course
Please mail you query to sujananand0@gmail.com
Or comment down below
I’ll try resolving the issue
1 year ago | [YT] | 11
View 5 replies
Sujan Anand
Launched my react native course with complete mentorship,
Link to enroll : www.sujananand.in
Bonus 1 : access to my javascript and react interview questions
Bonus 2 : I’ll teach you faster typing without seeing on the keyboard (important while coding)
Bonus 3 cheat sheet for react native coming soon
1 year ago | [YT] | 39
View 16 replies
Sujan Anand
After months of hard work, excited to launch my new react native course for beginners with complete mentorship!!
The only aim of this course is for you build applications on your own and learn fast typing
Do not miss out on the give aways bonuses as well
< 2 days
More details on Wednesday
Thank you
All love and no hate
1 year ago | [YT] | 49
View 25 replies
Sujan Anand
Please do vote!
hey guys, since most of you wanted projects in react-native-cli... I am building projects using cli... starting
off with some basic beginner level projects to long and intermediate projects!... will continue projects on expo as
well... but for now focussing more on cli!
Thank you ❤️
1 year ago | [YT] | 17
View 12 replies
Sujan Anand
Hello Guys, trying to clarify the error most people got :
-> Registration Failed [AxiosError: Network Error] i get this error on registering new users, i need help please.
🔴 so basically if your following along my code and trying to see the output on your phone, it would give this error.
or if there are any actual network issues as well.
🔴 so the way you can see the output on your phone is :
🟠 the api folder which we have created, inside that I have initialised a index.js file where all the backend code resides, over there no changes are to be made.
🟡 so let's suppose you are trying to register the user, the change has to be made in the register function :
🔴 so basically here you have to use your ip address and modify the URL.
for example my ip address = xxx.xxx.xx.xx
🔵 axios.post("xxx.xxx.xx.xx:3000/register",user).then((response) => {
console.log(response);
Alert.alert("Registration successful","You have been registered successfully");
}).catch((error) => {
Alert.alert("Registration failed","An error occurred while registering");
console.log("registration failed",error)
});
🟢 axios.post("xxx.xxx.xx.xx:3000/login", user).then((response) => {
console.log(response);
const token = response.data.token;
AsyncStorage.setItem("authToken",token);
router.replace("/(tabs)/home")
})
so I basically have a android phone and this works for me after making these changes, hope this helps!
To get your address
Mac = ipconfig getifaddr en0
Windows = ipconfig
Thank you
1 year ago | [YT] | 23
View 17 replies
Sujan Anand
I mean, finally!
Graduated 🎓🎓
Just have to focus on improving my skills and share it with the world!
All love no hate ❤️
PS : video on sign in with google using expo would come a bit late, considering the fact that the required package is currently deprecated!
Working on some better projects currently!
2 years ago | [YT] | 63
View 15 replies
Sujan Anand
Hello guys, how many of y'all want a video on sign in with google using expo?
Please do vote!
2 years ago | [YT] | 18
View 10 replies
Load more