Jest is a javascript testing framework widely used for testing react applications. Its supported by facebook
Here's a test
import 'react-native';
import React from 'react';
import Index from '../index.android.js';
import renderer from 'react-test-renderer';
it('renders correctly', () =>...