Ben Mitchell
Ben Mitchell
@sabatsu did you add the following to `MyApp/android/app/build.gradle`? ```Java dependencies { + // other projects may be compiled here + compile project(':react-native-sms') //
It solved the issue for me, and doesn't look like anything else is missing from the installation steps.
How about support for unions on enums ```javascript enum BaseballType { SOFTBALL_PITCH EXIT_VELOCITY INFIELDER_GLOVE_TO_GLOVE CATCHER_POP_TIME HOME_TO_FIRST_RUN FIVE_TEN_FIVE TWENTY_YARD_DASH FORTY_YARD_DASH SIXTY_YARD_DASH NONE } enum BasketballType { FREE_THROW_RELEASE_ANGLE INBOUND_TIME REBOUND_HEIGHT JUMP_HEIGHT WINGSPAN...