UNPKG
react-native-chatify
Version:
latest (0.0.14)
0.0.14
0.0.13
0.0.12
0.0.1
React native chat easy to use and integrate
react-native-chatify
/
src
/
theme
/
R.js
10 lines
(7 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
unit
from
'./Unit'
;
import
color
from
'./Colors'
;
const
R = { unit, color, };
export
default
R;