iRoachie / react-native-material-tabs

Material Design implementation of Tabs
MIT License
121 stars 56 forks source link

feat: Support RTL #61

Closed iRoachie closed 5 years ago

iRoachie commented 5 years ago

Simplifies logic for moving indicator and scrollview. While doing this, added support for RTL.

Implements #49

codecov[bot] commented 5 years ago

Codecov Report

Merging #61 into next will increase coverage by 9.98%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next      #61      +/-   ##
==========================================
+ Coverage   74.62%   84.61%   +9.98%     
==========================================
  Files           6        6              
  Lines          67       65       -2     
  Branches       19       19              
==========================================
+ Hits           50       55       +5     
+ Misses         11        6       -5     
+ Partials        6        4       -2
Impacted Files Coverage Δ
src/components/MaterialTabs.tsx 81.57% <75%> (+16.57%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 53f5c30...7054cb1. Read the comment docs.