File tree Expand file tree Collapse file tree 6 files changed +1568
-3962
lines changed
ios/Boilerplate.xcworkspace/xcshareddata
src/Services/modules/users Expand file tree Collapse file tree 6 files changed +1568
-3962
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thecodingmachine/react-native-boilerplate" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.4.0 " ,
4
4
"description" : " TheCodingMachine React Native Boilerplate" ,
5
5
"repository" : {
6
6
"type" : " git" ,
27
27
" starter-kit"
28
28
],
29
29
"dependencies" : {
30
- "@thecodingmachine/rnb-plugin-typescript" : " ^1.1 .0" ,
30
+ "@thecodingmachine/rnb-plugin-typescript" : " 2.0 .0" ,
31
31
"kleur" : " ^4.1.4" ,
32
32
"prompts" : " ^2.4.1"
33
33
},
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >IDEDidComputeMac32BitWarning </key >
6
+ <true />
7
+ </dict >
8
+ </plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " boilerplate" ,
3
- "version" : " 3.3 .0" ,
3
+ "version" : " 3.4 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
44
44
"identity-obj-proxy" : " ^3.0.0" ,
45
45
"jest" : " ^26.6.3" ,
46
46
"metro-react-native-babel-preset" : " ^0.66.2" ,
47
+ "prettier" : " ^2.6.2" ,
47
48
"react-test-renderer" : " 17.0.2"
48
49
},
49
50
"jest" : {
Original file line number Diff line number Diff line change 1
- import { api } from '../.. /api'
1
+ import { api } from '@/Services /api'
2
2
import fetchOne from './fetchOne'
3
3
4
4
export const userApi = api . injectEndpoints ( {
You can’t perform that action at this time.
0 commit comments