Format comment

This commit is contained in:
Brent Vatne 2018-09-26 10:08:25 -07:00
parent 5002c215ec
commit c91b04b0db
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ export default function createPointerEventsContainer(Component) {
}
_onPositionChange = ({ value }) => {
// This should log each frame when releasing the gesture or when
// pressing the back button! If not, something has gone wrong with the
// animated value subscription
// This should log each frame when releasing the gesture or when pressing
// the back button! If not, something has gone wrong with the animated
// value subscription
// console.log(value);
if (this._component) {