Build Movie App Using React Native | React Native Projects | Beginners

Build Movie App Using React Native | React Native Projects | Beginners

Code With Nomi

1 год назад

98,219 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Lokesh G
Lokesh G - 28.09.2023 18:31

Hi bro, can you implement sports fantasy app like dream 11 or team 11

Ответить
pranay alone
pranay alone - 24.09.2023 17:08

Is it showing black fill in case of loading screen in andriod devices can please , solution of this .

Ответить
M&
M& - 21.09.2023 16:07

Hi ,This my code but I have a lot of problem when I add renderItem MovieCard

import { View, Text, Dimensions,Image,TouchableWithoutFeedback} from 'react-native'
import React from 'react'
import Carousel from 'react-native-snap-carousel'


var {width,height}=Dimensions.get('window');

export default function TrendingMovies({data}) {


return (
<View className="mb-8">
<Text className="text-white text-xl mx-4 mb-5">Trending</Text>
<Carousel
data={data}
renderItem={({item}) => <MovieCard item={item}/>}
firstItem={1}
inactiveSlideOpacity={0.60}
sliderWidth={600}
itemWidth={400}
slideStyle={{display: 'flex', alignItems: 'center'}}
/>
</View>
)
}

const MovieCard = ({ item }) => {
return (
<TouchableWithoutFeedback>
<Image
source={require('../assets/image/poster.png')}

/>
</TouchableWithoutFeedback>
);
}

Text strings must be rendered within a <Text> component. How can I solve this problem?

Ответить
SM HII CHANNEL
SM HII CHANNEL - 18.09.2023 05:13

How to learn react😢

Ответить
Julian Chamberlain
Julian Chamberlain - 17.09.2023 15:37

Hey dude, love your work. Can you please set up a working snack please?

Ответить
Nick Steele
Nick Steele - 13.09.2023 17:08

Wow great tutorial! You're making the world a better place!

Ответить
M&
M& - 10.09.2023 15:38

Hi ,I have a problem.
r
Logs for your project will appear below. Press Ctrl+C to exit. code in your editor
› Reloading apps
warn No apps connected. mands
Sending "reload" to all
React Native apps failedll appear below. Press Ctrl+C to exit. . Make sure your app is
running in the simulatorSending "reload" to all React Native apps fail or on a phone connecteds running in the simulator or on a phone conne via USB. I can not solve this problem. Can you help me?

Ответить
Simmii Bhardwaj
Simmii Bhardwaj - 25.08.2023 22:35

Hello Sir My Application is working fine locally in Expo Go but crashing on Startup after Expo build (buildType: apk)

Ответить
Chirag Gadhvi
Chirag Gadhvi - 24.08.2023 06:53

Hey could you make a video in which u explain about KeyboardAvoidanceView.😇

Ответить
unknown guy
unknown guy - 24.08.2023 05:03

anyone elses app crashing when you add border-neutral-500 border-2 in PersonScreen.js ?

Ответить
Amir Parvinazar
Amir Parvinazar - 01.08.2023 13:03

Hello, I love so much your contents and your channel, can you give me the names of vs code extensions that u are using for react developing?

Ответить
Ibthaj Sami
Ibthaj Sami - 25.07.2023 19:28

Sir I am facing Error while using carusole

Ответить
hell ripper
hell ripper - 17.07.2023 21:49

Every time I write code and then save. Following error always shows. ERROR Error: Got an invalid value for 'component' prop for the screen 'Movie'. It must be a valid React Component. Its so annoying. Any fix? its on android.

Ответить
Ghayoor Hussain
Ghayoor Hussain - 06.07.2023 10:05

Learn a lot from you Sir

Ответить
Bruno Assumpção
Bruno Assumpção - 05.07.2023 16:12

how do you start the project?

Ответить
Ivan Golubić
Ivan Golubić - 30.06.2023 03:38

great design but see all and 3barbutton are not working

Ответить
Marcus Paulo Oliveira
Marcus Paulo Oliveira - 21.06.2023 14:23

Very cool project and video, congrats! A pity not to use typescript.

Ответить
Ghayoor Hussain
Ghayoor Hussain - 19.06.2023 00:05

Sir ek playlist bnaien React Native per jis mien ap react native k concept cover krien Just link sir asif taj Flutter Bootcamp

Ответить
Dan Carlton
Dan Carlton - 16.06.2023 01:43

why does "className' not work for me and chatGPT saying "style" is the only way"

Ответить
david aksel
david aksel - 14.06.2023 18:34

Hi Nomi, i have to say this is a great tutorial and you are a very clear and good instructor. im wondering if its possible to contact you somehow for help (if you are willing), i tried to use your git repo and also watching the video, but something just doesnt work and i dont know what or why

Ответить
Mobin Akhter
Mobin Akhter - 07.06.2023 04:37

Amazing tutorial. Baray bhai thori speed halki, saath type karna mushkil hota hai 😆

Ответить
Walid Touati
Walid Touati - 03.06.2023 14:47

WOW! this is the best React-Native tutorial i watched so far, very easy to follow, everything is explained very well, awesome teacher.
looking forward for future content. great content sir.
your new student from Algeria 🥰🥰

Ответить
Sarvesh Sakpal
Sarvesh Sakpal - 03.06.2023 11:56

Just wow

Ответить
Sonnytech Academy
Sonnytech Academy - 03.06.2023 09:35

Great content man 🎉
Greetings from Ghana 🇬🇭

Ответить
Alejandro RL
Alejandro RL - 03.06.2023 09:01

bro, a project would be great, using zustand, react query, expo-router among others, greetings from Cuba

Ответить
ShockGalaxy
ShockGalaxy - 02.06.2023 19:46

Great content, can you create a video using expo router ?

Ответить
Voldemore
Voldemore - 02.06.2023 18:37

I’m so grateful with all of your video, thank you to share us a lot of inspiration🎉🎉 I will be working on my app also your app are super cools…🥺🥺🥺 hopefully I could do closely to what you done thank😎😎

Ответить
Harry 408
Harry 408 - 02.06.2023 16:33

You gave us aweosme videos and projects but could you build a large scale project like e commerce app with mern stack with typescript please

Ответить
Ben Cortes
Ben Cortes - 02.06.2023 16:02

Hi, I recently subscribed to your channel and I find your content really interesting and useful. I wanted to know if you could make a video on the configuration of a react native project and also on the installation of TailwindCSS in the project. Because personally I use an expo router configuration and I have difficulty integrating TailwindCSS. Thanks 👍

Ответить
süleyman tarım
süleyman tarım - 02.06.2023 15:45

👏👏

Ответить
albixummid
albixummid - 02.06.2023 15:44

Well done ❤ 🎉

Ответить
FITONI FITONI
FITONI FITONI - 02.06.2023 15:16

Beautiful work man! Will flutter version be smoother?

Ответить
AYUSH RAJ PILLAI
AYUSH RAJ PILLAI - 02.06.2023 15:16

❤Thank you so much sir ✌️
React cli with typescript could be super useful 😁
Looking forward for those videos 😇

Ответить
usman markaz
usman markaz - 02.06.2023 15:05

Thanks sir❤

Ответить