diff --git a/ReactNativeClient/src/components/create-note-button.js b/ReactNativeClient/src/components/create-note-button.js new file mode 100644 index 000000000..99b2b2d78 --- /dev/null +++ b/ReactNativeClient/src/components/create-note-button.js @@ -0,0 +1,31 @@ +// import React, { Component } from 'react'; +// import { connect } from 'react-redux' +// import { Button } from 'react-native'; +// import { _ } from 'src/locale.js'; + +// class CreateNoteButtonComponent extends Component { + +// render() { +// return