Skip to content

Commit

Permalink
added public module
Browse files Browse the repository at this point in the history
  • Loading branch information
mtflud committed Aug 18, 2020
1 parent d978991 commit c763dce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.List;


class RNTextSizeModule extends ReactContextBaseJavaModule {
public class RNTextSizeModule extends ReactContextBaseJavaModule {
private static final String TAG = "RNTextSize";
private static final float SPACING_ADDITION = 0f;
private static final float SPACING_MULTIPLIER = 1f;
Expand Down

0 comments on commit c763dce

Please sign in to comment.