native-ly / native-color-picker

🦄 Color picker for React Native
https://snack.expo.io/@jbiesiada/native-color-picker
MIT License
1 stars 1 forks source link

feat: auto layout #141

Closed JB1905 closed 3 years ago

JB1905 commented 3 years ago

Closes #138

codecov[bot] commented 3 years ago

Codecov Report

Merging #141 (2a00656) into main (3b8e923) will decrease coverage by 3.96%. The diff coverage is 93.93%.

:exclamation: Current head 2a00656 differs from pull request most recent head 19dcb9e. Consider uploading reports for the commit 19dcb9e to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##              main     #141      +/-   ##
===========================================
- Coverage   100.00%   96.03%   -3.97%     
===========================================
  Files           11       11              
  Lines           95      101       +6     
  Branches        38       38              
===========================================
+ Hits            95       97       +2     
- Misses           0        4       +4     
Impacted Files Coverage Δ
src/index.tsx 83.33% <76.47%> (-16.67%) :arrow_down:
src/components/Gradient.tsx 100.00% <100.00%> (ø)
src/components/Item.tsx 100.00% <100.00%> (ø)
src/components/Marker/BorderMarker.tsx 100.00% <100.00%> (ø)
src/components/Marker/FadeMarker.tsx 100.00% <100.00%> (ø)
src/components/Marker/index.tsx 100.00% <100.00%> (ø)
src/imports/index.ts 100.00% <100.00%> (ø)

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 3b8e923...19dcb9e. Read the comment docs.