Remove createJSModules @override - RN 0.47 compatibility (#718)
* Remove depreciated createJSModules @ovveride marker * Remove depreciated createJSModules @ovveride marker * Added comment in exoplayer * Added comment * Remove trailing spaces * Fix typo in comment * Fix typo in comment * Fix typo in comment * Fix typo in comment
This commit is contained in:
		
				
					committed by
					
						 Matt Apperson
						Matt Apperson
					
				
			
			
				
	
			
			
			
						parent
						
							961baedb26
						
					
				
				
					commit
					5738757966
				
			| @@ -17,7 +17,7 @@ public class ReactVideoPackage implements ReactPackage { | ||||
|         return Collections.emptyList(); | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     // Deprecated RN 0.47 | ||||
|     public List<Class<? extends JavaScriptModule>> createJSModules() { | ||||
|         return Collections.emptyList(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user