Skip to content

Commit a9d3142

Browse files
committed
Merge pull request timfpark#4 from sectore/master
timfpark#3 Upgrade to React Native 0.13
2 parents c25fce0 + 8ab8960 commit a9d3142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RNLocation.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ - (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray
136136
@"timestamp": @([location.timestamp timeIntervalSince1970]) // in ms
137137
};
138138

139-
NSLog(@"%u: lat: %f, long: %f, altitude: %f", location.timestamp, location.coordinate.latitude, location.coordinate.longitude, location.altitude);
139+
NSLog(@"%@: lat: %f, long: %f, altitude: %f", location.timestamp, location.coordinate.latitude, location.coordinate.longitude, location.altitude);
140140
[self.bridge.eventDispatcher sendDeviceEventWithName:@"locationUpdated" body:locationEvent];
141141
}
142142

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-location",
33
"version": "0.12.0",
44
"dependencies": {
5-
"react-native": "^0.12"
5+
"react-native": "^0.13"
66
},
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)