1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-05-22 09:05:38 +02:00

Log screen in RN app

This commit is contained in:
Laurent Cozic
2017-07-07 18:19:24 +01:00
parent 216a6780cb
commit e0664167eb
6 changed files with 142 additions and 33 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Logger } from 'lib/logger.js';
class ReactLogger extends Logger {
}
export { ReactLogger }