React Native-fastlane-Android

Fastlane Install1234$ bundle config set path 'vendor/bundle'$ cd android$ bundle install$ bundle exec fastlane init...

React Native

React-Native-Fastlane-IOS

Setting Up fastlaneInstall Homebrew1234$ /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst...

React Native

React-create-rxdb-example

Install and Initial12$ npx create-react-app rxdbdemo$ npm install --save concurrently moment pouchdb-adapter-http pouchdb-ada...

React

React-Native-Cache-PartII

建立雙向鍊表的 Class123456789101112131415161718192021222324252627282930313233343536373839class Node { constructor(data) {...

React Native

React Native Cache PartI

LRU CacheCache 是兩個存取速度差異的硬體 同步兩者資料的架構 LRU 是 Least Recently Used 的縮寫 表示最近較少使用的會優先被替換掉 實作邏輯LRU 快取是一個固定容量的 map 如果快取是滿的時候 仍需要插入一...

React Native

React-Native-Notification-Android

AndroidInitial React Native App1$ react-native init rn_notification Install1$ yarn add @react-native-firebase/app @react-nat...

React Native

React-Native-Notification-IOS

IOSInitial React Native App1$ react-native init rn_notification Install12$ yarn add @react-native-firebase/app @react-native...

React Native

React Native-ExportComponentUI

Setup123react-native init CounterAppcd CounterAppreact-native run-ios App.js 12345678910111213141516171819202122232425262728...

React Native

React Native-Platform

PlatformPlatform Specific Code在初期的時候可以利用檔案模式來做整合 可以將檔案名稱命名為 .ios.js 和 .android.js 然後在不同的平台上 require 不同的檔案 Example12BigButton....

React Native

RN-JestInReactNative

Initial project我又重新來接觸一次 React Native 但是修改的部分太多了 重新做了一次部署架構 發現又多了一些問題 紀錄一下過程 一開始一定是先 initial project helloworld 1234567891011...

React Native
1236