親測有效好用組件之啟動屏react-native-splash-screen(一)

來源:互聯網
上載者:User

標籤:images   roi   檔案夾   screen   linear   style   設定   ica   ble   

項目中經常會用到一些第三方組件,每次使用的時候網上找都能找到好多,一些好用,一些不好用,

現在將自己在項目中使用過的感覺還不錯的組件記錄下來,為了大家也為了自己以後節省一點測試探索的時間。

基本配置github裡有詳細的介紹react-native-splash-screen。

首先註明一下,這個親測的RN版本是0.33。

配置的步驟和一般第三方組件差不多,這裡就不再贅述。不同的地方就是在./android/app/src/res下面多了layout和drawable檔案夾

splash.png就是你想要設定的啟動圖圖片,

launch_screen.xml代碼

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:orientation="vertical" android:layout_width="match_parent"    android:layout_height="match_parent"    android:background="@drawable/splash"></LinearLayout>

主要執行個體github網站也有樣本,使用還是挺方便的。特加以推薦

 

親測有效好用組件之啟動屏react-native-splash-screen(一)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.