callstack / react-native-paper

Material Design for React Native (Android & iOS)
https://reactnativepaper.com
MIT License
12.94k stars 2.09k forks source link

No checkbox appears #4096

Closed icaroliv closed 1 year ago

icaroliv commented 1 year ago

Current behaviour

An icon appears instead of a checkbox

Expected behaviour

I expected a checkbox component to appear instead of icons appearing on my screen

How to reproduce?

  1. Install yarn add react-native-paper
  2. Install yarn add react-native-safe-area-context
  3. Install yarn add react-native-vector-icons
  4. Add the checkbox on any screen

https://github.com/icaroliv/BugReactNativePaper

Preview

Screenshot_1695559463

What have you tried so far?

Reinstall lib, add Provider, Restart App

Your Environment

software version

| android | 13 | react-native | 0.72.4 | react-native-paper | 5.10.6 | node | 18.16.0 | yarn | 1.22.19

lukewalczak commented 1 year ago

Did you follow the additional installation steps related to react-native-vector-icons mentioned in the guide?

Additional steps: https://github.com/oblador/react-native-vector-icons#installation

icaroliv commented 1 year ago

Thank! problem solved!