React Native is one of the powerful and popular mobile application development frameworks. We can build interactive cross-platform mobile applications that support both iOS and Android easily using it. Another trending technology nowadays is Laravel, a free open-source PHP framework. It is a great framework based on the Model View Controller(MVC) architectural pattern and is […]
App Developer
12+ Best React Native UI Libraries of 2023
React Native is a popular framework for building mobile apps that run on web, iOS and Android. While it provides a solid foundation for building apps, creating a polished and engaging user interface can be time-consuming and difficult. That’s where React Native UI libraries come in.
10 Best React Native App Ideas for Beginners
At Instamobile, we’ve built a ton of high-quality complex React Native apps, helping developers who are new to React Native learn the framework and launch their first React Naive apps much faster. In this article, we try to answer a question that we get a lot from our students, by compiling an extensive list of the […]
Tổng hợp các tài liệu học Flutter – Tự học
Hello các bạn, nếu như bạn đang chán làm mảng dev web hoặc muốn đổi gió qua mảng dev mobile. Mình nghĩ bạn có thể thử sử dùng Flutter. Ở thời điểm hiện tại (2021), Flutter có thể build ra được khá nhiều nền tảng khác nhau.
Hướng dẫn tạo certificate, App ID, Provisioning Profile để tải ứng dụng lên App Store
Như các bạn đã biết App store là chợ ứng dụng của Apple, nơi chứa tất cả những ứng dụng trên toàn thế giới được apple công nhận. Tất cả những ứng dụng muốn đưa lên Appstore đều phải trải qua những bước kiểm duyệt nghiêm ngặt của Apple. Mà trong các công ty chỉ […]
How to Renew your IOS Distribution Or Development Certificate on Apple ?
Before a distribution certificate expires, create an additional distribution certificate, described in Creating Additional Enterprise Distribution Certificates. You cannot renew an expired certificate. Instead, replace the expired certificate with the new certificate, described in Replacing Expired Certificates.
Các kênh Youtube về các công nghệ lập trình phổ biến
Hello anh em, nay mình xin phép được chia sẻ free các kiến thức liên quan đến lập trình và các công nghệ phổ biến hiện nay của team mình phát triển trên Youtube nhé đến tất cả mọi người nha!
Setting ANDROID_HOME enviromental variable on Mac OS X
Setting ANDROID_HOME enviromental variable on Mac OS X
Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation
The problem is that with the update the built-in java took precedence and it doesn’t have the SDK because it’s just the runtime. Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation
All Image/Fast Image in React Native app not working on iOS 14 beta and Xcode 12 beta – Fix image cannot show in iOS 14
This is a problem with react-native <= 0.63.1 and iOS 14 This issue is fixed and merged to react native latest version. But if you want to fix your project now or you are using under 0.63.2 versions, there is a solution. (Thanks to https://bityl.co/3ksz)
Fix upgrade 0.61.5 → 0.62.0 version but getting below error RCTBridgeModule
Fix upgrade 0.61.5 → 0.62.0 version but getting below error
Tạo App Launcher icon cho React Native app (Android + iOS)
Trước khi đẩy app lên Store, chúng ta sẽ cần tạo App Launcher Icon (icon của ứng dụng trên máy của người dùng). App code bằng React Native sẽ có thể đẩy lên cả Google Play (Android) và App Store (iOS), do đó mình sẽ hướng dẫn cách tạo App Launcher Icon cho cả 2 hệ […]
How to Integrate WordPress API in React Native
A mobile app developer shares his experiences (and some code) he learned with working to integrate the WordPress REST API into a React Native application.
The Ultimate Guide to React Native Optimization is out now!
Download the ebook with: 15 articles 42 code examples 43 graphs and improve user experience, performance, and stability of your apps! Download Link Nguồn : Sưu tập
Git cheat sheet – Bộ sưu tập các lệnh thường xuyên được sử dụng nhất 2020
Git là công cụ kiểm soát phiên bản dành cho các nhà phát triển phần mềm vì nó cho phép các lập trình viên quản lý hiệu quả mã nguồn và theo dõi các file thay đổi trong khi làm việc nhóm. Trên thực tế, Git có rất nhiều cách sử dụng nên việc ghi […]
Add a Splash Screen to a React Native App for IOS
I always struggle to remember the steps required in order to add a splash screen to a React Native app, and some tutorials out there are a bit outdated, so here is my take on the subject. This tutorial will explain how to create a simple, seamless transition splash screen. No bells and whistles, only […]