This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9a06d2bf52
jiti-meet
/
react
/
features
/
filmstrip
/
components
/
native
/
index.js
3 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Keep buttons in their associated features Contributing all buttons in one place goes against the designs that we set out at the beginning of the project's rewrite and that multiple of us have been following since then.
2018-05-10 23:01:55 +00:00
export
{
default
as
Filmstrip
}
from
'./Filmstrip'
;
[RN] Coding style The files styles.js are used (pretty much) on React Native only and each of them exports 1 name. Export it as default to cut down on source code.
2017-06-10 22:50:42 +00:00
export
{
default
as
styles
}
from
'./styles'
;