React Native Getir Clone #36 Jest ve RNTL ile Unit Test yazalım

preview_player
Показать описание
🐱‍💻 Source code

🎒 Presentation

In this tutorial, you will learn React Native with Expo and AWS Amplify from scratch by building a cross-platform (ios and android), full-stack Getir clone. This project is a great way to get your foot in the door with hybrid, cross-platform mobile development with React Native and AWS Amplify.

This is a beginner-friendly tutorial, and all the steps and concepts will be explained in detail.

In this video, you will learn:
✅ How to start a React Native project with Typescript from scratch using Expo
✅ Render beautiful UI interfaces
✅ Work with custom components (View, Text, Image, Flat list, etc.)
✅ Built your own custom components and reuse them across the app
✅ Install and work with 3rd party libraries
✅ Navigate between screens using React Navigation
✅ Writing unit tests with Jest and RNTL
✅ Managing state management with Redux
✅ Configuring the Hermes Engine
✅ Implementing the Deep-linking
✅ Building app binaries with EAS Build
Рекомендации по теме
Комментарии
Автор

sayın hocam test ile alakalı (videoyu daha izlemedim) kurs öneriniz var mıdr?

webmobile
Автор

Component'imde parent component'inin tuttuğu global bir state'i context ile kullanıp ona göre koşul sağlıyorum yani context.isTrue ise buraya gir gibi, component'imi test ettğimde ise context.isTrue tek başına ilk render olduğunda undefined olduğundan fail veriyor, nasıl aşabilirim bu problemi ?

selcukkorkusuz