Author: Jingdong ARES Multi-terminal Technical Team Preface Alita is a React Native transcoding engine tool created by JD.com ARES multi-terminal technical team. It has a brand-new approach to React syntax, supports processing React syntax at runtime, realizes alignment of main components between React Native and WeChat applets, and can convert React Native codes into WeChat ..
Category : react-native
1. Preface Recently, I was assigned to do an opening animation task. Although RN provides Animated self-defined animation, there are many elements in this animation and the interaction is very annoying. . . While completing the task, I found that many steps were actually repeated, so I packaged a small component to record it and ..
1. Preface Since I recently received a calendar requirement that needs to support dragging and selecting dates, the experience and effect are not bad, so today I want to share with you the process of packaging this calendar component. 2. Start of research As the saying goes, “sharpening knives and cutting firewood at the same ..
Original address: https://github.com/SmallStoneSK/Blog/issues/4 1. Preface Recently, I have been eyeing the animation effect in app store, which is quite fun. Hey hey ~ It’s on the weekend, so I’ll try it out when I get free. I don’t know if I try, but it’s actually quite simple when I finish it, so I’d like to ..
Original address:Build App using reactive Recently, due to the needs of the project, in-depth studyReactAndReact Native,ReactI have mastered it, and now concentrate onReactNativeThe development of the project. Here we need to record the technical details in the learning process. A good memory is not as good as a bad written one. It is always good ..
install brew install node brew install watchman sudo npm install -g react-native-cli react-native init reactDemoApp cd reactDemoApp react-native run-android docs re..
Preface React Native is getting more and more popular now. It is really great to build both iOS and Android applications with one set of code, and the addition development efficiency of ES6 and React is surprisingly high. Although there are many pits, they still cannot stop the market from loving it. However, the use ..
Preface InLast articleWe have explained in detail the process of implementing iOS message push with Leancloud, and today this article will continue to explain the implementation of Android message push. Access to Leancloud Before accessing the Leancoud, it is recommended to read the Leancoud official first.Android Message Push Development Guide. Install Leancloud SDK There are ..
..