I removed the use of `React.Fragment` because it was causing some errors to be thrown when using React v16.2.0. Using React.Fragment instead of `View` makes sense as this library is not Rendering anything visual to the screen.