mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Remove unnecessary references in test files. (#14900)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
///<reference types="react-native" />
|
||||
|
||||
import * as React from 'react-native'
|
||||
|
||||
import {
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/*
|
||||
|
||||
Note: This must be compiled with the target set to ES6
|
||||
|
||||
The content of index.io.js could be something like
|
||||
|
||||
'use strict';
|
||||
@@ -12,13 +8,8 @@ The content of index.io.js could be something like
|
||||
|
||||
AppRegistry.registerComponent('MopNative', () => Welcome);
|
||||
|
||||
|
||||
For a list of complete Typescript examples: check https://github.com/bgrieder/RNTSExplorer
|
||||
|
||||
*/
|
||||
|
||||
///<reference types="react-native" />
|
||||
|
||||
*/
|
||||
|
||||
import * as React from 'react-native'
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user