File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ declare module 'react-native-adjust' {
153153
154154 export class AdjustPlayStoreSubscription {
155155 constructor (
156- price : string ,
156+ price : number ,
157157 currency : string ,
158158 sku : string ,
159159 orderId : string ,
160160 signature : string ,
161161 purchaseToken : string )
162- public setPurchaseTime ( purchaseTime : string ) : void
162+ public setPurchaseTime ( purchaseTime : number ) : void
163163 public addCallbackParameter ( key : string , value : string ) : void
164164 public addPartnerParameter ( key : string , value : string ) : void
165165 }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const App: () => React$Node = () => {
4848 }
4949
5050 var urlOverwrite = "" ;
51- var ipAddress = "192.168.8.38 " ;
51+ var ipAddress = "192.168.8.202 " ;
5252 if ( Platform . OS === "android" ) {
5353 urlOverwrite = "https://" + ipAddress + ":8443" ;
5454 } else if ( Platform . OS === "ios" ) {
You can’t perform that action at this time.
0 commit comments